Add support for Python 3.13

This commit is contained in:
clearml 2024-12-12 23:39:11 +02:00
parent d8366dedc6
commit 5419fd84ae
2 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,4 @@ six>=1.13.0,<1.17.0
typing>=3.6.4,<3.8.0 ; python_version < '3.5'
urllib3>=1.21.1,<2
virtualenv>=16,<21
setuptools ; python_version > '3.11'

View File

@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'License :: OSI Approved :: Apache Software License',
],