From 9fc07a39ebe7741683c3aba22df4cf95d23e4f59 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 13 May 2020 20:27:10 +0300 Subject: [PATCH] Add Python 3.8 to the supported versions list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 570c1086..28fc79a3 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'License :: OSI Approved :: Apache Software License', ], keywords='trains development machine deep learning version control machine-learning machinelearning '