summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-14 12:06:08 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-14 12:06:08 +0300
commit9cf613f3c21ca31f4a1ee9a70e6bd31dc3fe42d9 (patch)
treee4fc37d4fdd2149087b6b56e9014df5577e21ac0
parentd831150a3502363c9ca7242122d8e6cbd229169e (diff)
downloadpy-9cf613f3c21ca31f4a1ee9a70e6bd31dc3fe42d9.tar.gz
Declare support for Python 3.8-3.10
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ddc3ddf8..5948ef00 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,9 @@ def main():
'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',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],