Skip to content

Commit

Permalink
Tweak Python version check
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Aug 19, 2023
1 parent 7c20ad7 commit f2598b4
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 @@ -3,7 +3,7 @@ requires = [
"setuptools",
"setuptools_scm>=6.2",
"jinja2>=2.10.3",
"numpy>=1.25,<2; python_version<'3.12'",
"numpy>=1.25,<2; python_version<='3.11'",

# For Python versions which aren't yet officially supported, we specify an
# unpinned NumPy which allows source distributions to be used and allows
Expand Down

0 comments on commit f2598b4

Please sign in to comment.