Skip to content

Commit b59d22a

Browse files
author
PaulWestenthanner
committed
Deprecate Python 3.9, add Python 3.13
1 parent 86d4ce0 commit b59d22a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.10', '3.11', '3.12', '3.13']
1919

2020
steps:
2121
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "BSD-3"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9"
10+
python = ">=3.10"
1111
numpy = ">=1.14.0"
1212
scikit-learn = ">=1.0.0, <1.6.0"
1313
scipy = ">=1.0.0"

0 commit comments

Comments
 (0)