зеркало из https://github.com/microsoft/DeepSpeed.git
Update python version classifiers (#6933)
Update python version classifiers in setup.py to reflect python versions currently supported.
This commit is contained in:
Родитель
c41b0c2855
Коммит
6628127a37
4
setup.py
4
setup.py
|
@ -321,9 +321,9 @@ setup(name='deepspeed',
|
|||
include_package_data=True,
|
||||
scripts=scripts,
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10'
|
||||
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12'
|
||||
],
|
||||
license='Apache Software License 2.0',
|
||||
ext_modules=ext_modules,
|
||||
|
|
Загрузка…
Ссылка в новой задаче