Skip to content

Commit

Permalink
minimal supported python version 3.9 (numpy 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Sep 25, 2024
1 parent 3cb08d7 commit ee5eb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs: build-linux
strategy:
matrix:
python-version: ['3.8','3.9','3.10', '3.11', '3.12']
python-version: ['3.9','3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors = [
{name="Thomas Manke"},
{email="[email protected]"}
]
requires-python = ">=3.8"
requires-python = "> 3.8"
dependencies = [
"numpy >= 2.0.0",
"scipy >= 0.17.0",
Expand Down

0 comments on commit ee5eb0d

Please sign in to comment.