Update python version classifiers (#6933)

Update python version classifiers in setup.py to reflect python versions
currently supported.
This commit is contained in:
Logan Adams 2025-01-08 10:43:06 -08:00 коммит произвёл GitHub
Родитель c41b0c2855
Коммит 6628127a37
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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,