summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2020-09-16 13:02:29 +0200
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 16:40:56 +0100
commitd2a91df453c40bdd48aac329100e8aa5869866c2 (patch)
treea3ac758293e80e8ca9a51e2ca51e3fe02a686401
parent0d2fc452ff453676b0f84e53d5b70c212109f6d8 (diff)
downloadbottle-d2a91df453c40bdd48aac329100e8aa5869866c2.tar.gz
Add Python3.8 and Python3.9 classifieres
This are tested and should work for all users running Python3.8 and Python3.9.
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
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',
],
)