From 0abaabdbabd7f96a954aeb137c6708567ca7e2a6 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 20 May 2024 15:55:28 +0300 Subject: [PATCH] Add python 3.12 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4736a93..765a479 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: Apache Software License', ], keywords='clearml mlops devops trains development machine deep learning version control machine-learning '