Pin setuptools to < 74 on Windows due to removal of setuptools.msvc

This commit is contained in:
Scott Talbert
2024-08-28 19:38:10 -04:00
parent 32a144734b
commit f3c5eaba49

View File

@@ -1,8 +1,8 @@
# Python packages needed for building and testing wxPython Phoenix
-r install.txt
appdirs
setuptools < 45 ; python_version < '3.0'
setuptools ; python_version >= '3.0'
setuptools < 74 ; sys.platform == 'win32'
setuptools ; sys.platform != 'win32'
sip == 6.8.5
wheel