Skip to content

Commit

Permalink
revert py3.13: scipy not yet supported?
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Oct 10, 2024
1 parent 4e7ca2f commit d3ec480
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", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

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.9,<3.14"
python = ">=3.9,<3.13"
numpy = ">=1.20.0,<3"
pandas = ">1.3.0,<3.0.0"
networkx = ">=2.8,<4"
Expand Down

0 comments on commit d3ec480

Please sign in to comment.