From 911689ca610709c3da51071367a79573a700ca94 Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 31 Jan 2021 00:22:18 +0200 Subject: [PATCH] Update for pypy3.7 wheels --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5730167..308d321 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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