Skip to content

Commit

Permalink
Allow building with Python >= 3.12
Browse files Browse the repository at this point in the history
This fixes issue #30.
  • Loading branch information
penguinpee authored and has2k1 committed May 14, 2024
1 parent 16e9e1f commit 5f620b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ requires = [
# default numpy requirements
"numpy==1.22.4; python_version<='3.10' and platform_python_implementation != 'PyPy'",
"numpy==1.23.2; python_version=='3.11' and platform_python_implementation != 'PyPy'",
"numpy>=1.26.0,<1.27; python_version=='3.12'",
"numpy>=1.26.0,<1.27; python_version>='3.12'",
]


Expand Down

0 comments on commit 5f620b7

Please sign in to comment.