mirror of
https://github.com/clearml/clearml-serving
synced 2025-01-31 02:46:54 +00:00
Add python 3.10 to support table
This commit is contained in:
parent
7fa3f2e94a
commit
4f31c4c178
3
setup.py
3
setup.py
@ -43,7 +43,7 @@ setup(
|
|||||||
author_email='support@clear.ml',
|
author_email='support@clear.ml',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: Science/Research',
|
'Intended Audience :: Science/Research',
|
||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
@ -58,6 +58,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
'Programming Language :: Python :: 3.10',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
],
|
],
|
||||||
keywords='clearml mlops devops trains development machine deep learning version control machine-learning '
|
keywords='clearml mlops devops trains development machine deep learning version control machine-learning '
|
||||||
|
Loading…
Reference in New Issue
Block a user