Skip to content

Commit

Permalink
python 3.11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lueckem committed Jul 3, 2023
1 parent ea00c40 commit 2c1a889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9,<3.12"
numpy = ">=1.21"
numba = ">=0.55"
networkx = ">=2.8.4"
Expand Down

0 comments on commit 2c1a889

Please sign in to comment.