File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ pip>=23.2.1;python_version>="3.7"
33packaging >= 21.3 ;python_version < "3.7"
44packaging >= 23.1 ;python_version >= "3.7"
55setuptools >= 59.6.0 ;python_version < "3.7"
6- setuptools >= 68.0.0 ;python_version >= "3.7"
6+ setuptools >= 68.0.0 ;python_version >= "3.7" and python_version<"3.8"
7+ setuptools >= 68.1.0 ;python_version >= "3.8"
78wheel >= 0.37.1 ;python_version < "3.7"
89wheel >= 0.41.1 ;python_version >= "3.7"
910attrs == 22.1.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 137137 'packaging>=21.3;python_version<"3.7"' ,
138138 'packaging>=23.1;python_version>="3.7"' ,
139139 'setuptools>=59.6.0;python_version<"3.7"' ,
140- 'setuptools>=68.0.0;python_version>="3.7"' ,
140+ 'setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"' ,
141+ 'setuptools>=68.1.0;python_version>="3.8"' ,
141142 'wheel>=0.37.1;python_version<"3.7"' ,
142143 'wheel>=0.41.1;python_version>="3.7"' ,
143144 'attrs==22.1.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments