From df3d3b269acd2df0f31bfe804eb54ddc84d807c0 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 15 Mar 2022 09:56:22 +0200 Subject: [PATCH] Add Python 3.10 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 13c4bbc0..9a1e1756 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: Apache Software License', ], keywords='clearml trains development machine deep learning version control machine-learning machinelearning '