diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index dff27be..d84d491 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1e5424a..6fe89c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]