Skip to content

Commit

Permalink
networkx requires python-3.10+, drop python-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Aug 19, 2024
1 parent 0c38b43 commit 4545e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"]
python-version: ["3.10", "3.12"]
include:
- python-version: "3.9"
install-arguments: ". PySide2 usd-core==22.5 PyOpenGL pygraphviz"
- python-version: "3.10"
install-arguments: ". PySide2 usd-core==22.5 PyOpenGL"
- python-version: "3.12"
install-arguments: ".[full]"
steps:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ author_email = [email protected]
author = Christian López Barrón
url = https://github.com/thegrill/grill
classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Expand Down

0 comments on commit 4545e9a

Please sign in to comment.