We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8744d commit 6e07ab0Copy full SHA for 6e07ab0
requirements.txt
@@ -2,7 +2,7 @@ pip>=25.0.1;python_version<"3.9"
2
pip>=25.1;python_version>="3.9"
3
packaging>=25.0
4
setuptools~=70.2;python_version<"3.10"
5
-setuptools>=80.0.0;python_version>="3.10"
+setuptools>=80.1.0;python_version>="3.10"
6
wheel>=0.45.1
7
attrs>=25.3.0
8
certifi>=2025.4.26
setup.py
@@ -151,7 +151,7 @@
151
'pip>=25.1;python_version>="3.9"',
152
'packaging>=25.0',
153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
154
- 'setuptools>=80.0.0;python_version>="3.10"',
+ 'setuptools>=80.1.0;python_version>="3.10"',
155
'wheel>=0.45.1',
156
'attrs>=25.3.0',
157
"certifi>=2025.4.26",
0 commit comments