From d2a91df453c40bdd48aac329100e8aa5869866c2 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Wed, 16 Sep 2020 13:02:29 +0200 Subject: Add Python3.8 and Python3.9 classifieres This are tested and should work for all users running Python3.8 and Python3.9. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 6a3e73c..11b531c 100755 --- a/setup.py +++ b/setup.py @@ -35,5 +35,7 @@ setup(name='bottle', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], ) -- cgit v1.2.1