From 97270b05f362821aaee9c53c84388a42c6b0cca9 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 12 Apr 2021 22:59:09 +0300 Subject: [PATCH] Add python 3.9 to the support table --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a5b1aac9..858b8058 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'License :: OSI Approved :: Apache Software License', ], keywords='clearml trains development machine deep learning version control machine-learning machinelearning '