Skip to content

Commit 70429a9

Browse files
committed
Drop Python 3.8 and add 3.13 to the CI pipeline
1 parent fd0dd5a commit 70429a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
needs: [build_wheels]
4040
strategy:
4141
matrix:
42-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
42+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4343
os: [ubuntu-latest, macos-latest, windows-latest]
4444
steps:
4545
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{name = "Alexandre Marcireau"},
99
]
1010
version = "2.2.0"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
dependencies = ["numpy>=1.26"]
1313

1414
[project.urls]

0 commit comments

Comments
 (0)