Skip to content

Commit

Permalink
Drop Python 3.8 and add 3.13 to the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jan 22, 2025
1 parent fd0dd5a commit 70429a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: [build_wheels]
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{name = "Alexandre Marcireau"},
]
version = "2.2.0"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = ["numpy>=1.26"]

[project.urls]
Expand Down

0 comments on commit 70429a9

Please sign in to comment.