Skip to content

Commit 4736cfb

Browse files
committed
MAINT: Pin setuptools for testing [wheel build]
The last three nightlies have failed to upload wheels for Python versions < 3.12 on Windows and Linux.
1 parent c06a6cf commit 4736cfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements/test_requirements.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Cython
22
wheel==0.38.1
3-
#setuptools==65.5.1 ; python_version < '3.12'
4-
#setuptools ; python_version >= '3.12'
5-
setuptools
3+
setuptools==65.5.1 ; python_version < '3.12'
4+
setuptools ; python_version >= '3.12'
65
hypothesis==6.104.1
76
pytest==7.4.0
87
pytz==2023.3.post1

0 commit comments

Comments
 (0)