Add Python 3.13 support

This commit is contained in:
clearml 2024-12-09 17:09:36 +02:00
parent fd01be6be3
commit dd41ab2de2

View File

@ -71,6 +71,7 @@ setup(
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
], ],
keywords='clearml trains development machine deep learning version control machine-learning machinelearning ' keywords='clearml trains development machine deep learning version control machine-learning machinelearning '