From 6803315174c827fd82ecad97421aa772503fd704 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 7 Mar 2024 11:16:08 +0200 Subject: [PATCH] Add python 3.10 and 3.11 support to metadata --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index aeac2b8..4736a93 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,8 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'License :: OSI Approved :: Apache Software License', ], keywords='clearml mlops devops trains development machine deep learning version control machine-learning '