Skip to content

Commit be40129

Browse files
Change supported Python version
1 parent 8b5a204 commit be40129

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
python-version: ["3.9", "3.10", "3.11", "3.12"]
46+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4747

4848
steps:
4949
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "Shohei Shimizu" }
1818
]
1919
license = { file = "LICENSE" }
20-
requires-python = ">=3.9"
20+
requires-python = ">=3.10"
2121
dependencies = [
2222
"numpy",
2323
"scipy<=1.13.1",

0 commit comments

Comments
 (0)