From a37bfe364cfe4b2ca7f3fa635a695783c83c35c3 Mon Sep 17 00:00:00 2001 From: clearml <> Date: Sun, 20 Apr 2025 15:53:43 +0300 Subject: [PATCH] Add support for python 3.13 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d35025e..c91fce8 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,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', ], keywords='clearml mlops devops trains development machine deep learning version control machine-learning '