From dd41ab2de2cc49adbe6d3df3d656d78329002653 Mon Sep 17 00:00:00 2001 From: clearml <> Date: Mon, 9 Dec 2024 17:09:36 +0200 Subject: [PATCH] Add Python 3.13 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 10ae2e5e..b06eb18a 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ def read_version_string(version_file): '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 trains development machine deep learning version control machine-learning machinelearning '