Skip to content

Commit

Permalink
maint: set a minimal required wheel version in build system specs to …
Browse files Browse the repository at this point in the history
…improve compatibility with Python 3.10
  • Loading branch information
neutrinoceros committed Jun 29, 2021
1 parent c3054df commit 8f6c8f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# See https://github.com/scipy/scipy/pull/10431 for the AIX issue.
requires = [
"setuptools>=19.6",
"wheel",
# see https://github.com/numpy/numpy/pull/18389
"wheel>=0.36.2",

# keep in sync with travis.yml "minimal" specs (Cython and numpy for py36)

Expand Down

0 comments on commit 8f6c8f6

Please sign in to comment.