Do not generate setuptools requirement for console_scripts on Python 3.10+
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
This commit is contained in:
parent
a295a58559
commit
0a12aa5a2f
8 changed files with 107 additions and 18 deletions
|
|
@ -8,7 +8,7 @@ pip:
|
|||
'19.1.1': ['2.7', '3.7']
|
||||
'20.0.2': ['3.9']
|
||||
sdist:
|
||||
'20.0.2': ['3.11']
|
||||
'20.0.2': ['3.8', '3.11']
|
||||
packaging:
|
||||
wheel:
|
||||
'19.0': ['2.7', '3.7']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue