Skip to content

Commit

Permalink
Unpin setuptools on Windows
Browse files Browse the repository at this point in the history
setuptools.msvc has been reinstated in setuptools 74.1.0
  • Loading branch information
swt2c committed Sep 4, 2024
1 parent c4d944b commit b9f11a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/devel.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Python packages needed for building and testing wxPython Phoenix
-r install.txt
appdirs
setuptools < 74 ; sys.platform == 'win32'
setuptools ; sys.platform != 'win32'
setuptools
sip == 6.8.5

wheel
Expand Down

0 comments on commit b9f11a3

Please sign in to comment.