Skip to content

Commit b5f25c4

Browse files
committed
Include setuptools in the requirements since we need it for the build in Py3.12.
1 parent 1b13422 commit b5f25c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements-appveyor.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pytest
33
coverage
44
Cython==3.0.2
55
codecov
6+
setuptools
67
wheel

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Cython>=3.0.2
2+
setuptools
23
wheel

0 commit comments

Comments
 (0)