Skip to content

Commit

Permalink
Deprecate Python 3.9, add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Jan 7, 2025
1 parent 86d4ce0 commit b59d22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "BSD-3"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.10"
numpy = ">=1.14.0"
scikit-learn = ">=1.0.0, <1.6.0"
scipy = ">=1.0.0"
Expand Down

0 comments on commit b59d22a

Please sign in to comment.