From 3beeeb77160a412cc8d59519a6dcedb94ec15d62 Mon Sep 17 00:00:00 2001 From: VSS-DEV Date: Sun, 14 Nov 2021 15:33:43 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b110ccf..bd3a15e 100755 --- a/setup.py +++ b/setup.py @@ -25,5 +25,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ] )