File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
8
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
9
- setuptools >= 60.10 .0 ;python_version >= "3.7"
9
+ setuptools >= 61.0 .0 ;python_version >= "3.7"
10
10
setuptools-scm >= 5.0.2 ;python_version < "3.6"
11
11
setuptools-scm >= 6.4.2 ;python_version >= "3.6"
12
12
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 131
131
'setuptools>=44.1.1;python_version<"3.5"' ,
132
132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
- 'setuptools>=60.10 .0;python_version>="3.7"' ,
134
+ 'setuptools>=61.0 .0;python_version>="3.7"' ,
135
135
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136
136
'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137
137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments