Add python 3.10 and 3.11 support to metadata

This commit is contained in:
allegroai 2024-03-07 11:16:08 +02:00
parent 39df1c1735
commit 6803315174

View File

@ -59,6 +59,8 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: Apache Software License',
],
keywords='clearml mlops devops trains development machine deep learning version control machine-learning '