Skip to content

Update for pypy3.7 wheels #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ install_requires =
numpy==1.19.3; python_version=='3.9' and platform_python_implementation != 'PyPy'

numpy==1.19.0; python_version=='3.6' and platform_python_implementation=='PyPy'
# Change this to 1.20 after it is released since 1.20 will be the first
# wheel version on PyPI
numpy==1.19.0; python_version=='3.7' and platform_python_implementation=='PyPy'
numpy==1.20.0; python_version=='3.7' and platform_python_implementation=='PyPy'

# For Python versions which aren't yet officially supported,
# we specify an unpinned Numpy which allows source distributions
Expand Down