Skip to content

Commit 6d85a24

Browse files
committed
MAINT: Pin setuptools for Python < 3.12 [wheel build]
1 parent 7f327d8 commit 6d85a24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements/test_requirements.txt

Lines changed: 2 additions & 3 deletions
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)