From 02fef016578e25a3ad25a9b90b8f03f50778fc06 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 6 Jan 2024 17:54:56 +0200 Subject: [PATCH] Add python 3.11 to support matrix --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d39b8fc..bdfda40 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ setup( '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 '