add new supported python versions
authorSteven Tobin <redacted>
Sat, 22 May 2021 17:35:22 +0000 (18:35 +0100)
committerSteven Tobin <redacted>
Sat, 22 May 2021 17:35:22 +0000 (18:35 +0100)
setup.py

index f87308b3be273c2da2e8d963b85abff27af0202e..f6493c101ab3a29925c3c89c9bb1c78603553ffa 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,8 @@ setup(
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: 3.9',
         'Environment :: Console',
         'Operating System :: OS Independent',
         'License :: OSI Approved :: BSD License',
git clone https://git.99rst.org/PROJECT