Skip to content

Commit

Permalink
enable py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Oct 10, 2024
1 parent e8ce50d commit 4e7ca2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-testdataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

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

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.9,<3.14"
numpy = ">=1.20.0,<3"
pandas = ">1.3.0,<3.0.0"
networkx = ">=2.8,<4"
Expand Down

0 comments on commit 4e7ca2f

Please sign in to comment.