Skip to content

Commit 4906ce8

Browse files
authored
Merge pull request numpy#20486 from mattip/update-wheel
MAINT: update wheel to version that supports python3.10
2 parents c8fdb53 + 8220068 commit 4906ce8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
requires = [
44
"packaging==20.5; platform_machine=='arm64'", # macos M1
55
"setuptools==59.2.0",
6-
"wheel==0.36.2",
6+
"wheel==0.37.0",
77
"Cython>=0.29.24,<3.0", # Note: keep in sync with tools/cythonize.py
88
]
99

test_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
cython==0.29.24
2-
wheel<0.37.1
2+
wheel==0.37.0
33
setuptools==59.2.0
44
hypothesis==6.24.1
55
pytest==6.2.5
66
pytz==2021.3
77
pytest-cov==3.0.0
8-
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
98
# for numpy.random.test.test_extending
109
cffi; python_version < '3.10'
1110
# For testing types. Notes on the restrictions:

0 commit comments

Comments
 (0)