From: Steven Tobin Date: Sat, 22 May 2021 17:35:22 +0000 (+0100) Subject: add new supported python versions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6d75481165ef68b1e891764adf91e40e7ee3c0be;p=redacted-XKCD-password-generator.git add new supported python versions --- diff --git a/setup.py b/setup.py index f87308b..f6493c1 100644 --- 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',