mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Add support for Python 3.13
This commit is contained in:
parent
d8366dedc6
commit
5419fd84ae
@ -13,3 +13,4 @@ six>=1.13.0,<1.17.0
|
|||||||
typing>=3.6.4,<3.8.0 ; python_version < '3.5'
|
typing>=3.6.4,<3.8.0 ; python_version < '3.5'
|
||||||
urllib3>=1.21.1,<2
|
urllib3>=1.21.1,<2
|
||||||
virtualenv>=16,<21
|
virtualenv>=16,<21
|
||||||
|
setuptools ; python_version > '3.11'
|
||||||
|
1
setup.py
1
setup.py
@ -64,6 +64,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',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user