From 948fc4c6ce1ecf33a74619ad570d69b8188f6db9 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 12 Apr 2021 23:01:40 +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 7983999..7e54f60 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,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', ],