summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-05-11 15:55:57 -0700
committerSergey Shepelev <temotor@gmail.com>2021-05-12 10:28:13 +0300
commit3dac80836df5ed372385fecdf42be093741b19b8 (patch)
tree32e7ec24c03ad43248ca872fc0fc69f786561bb8 /setup.py
parent1a64cd700ec917fb408dff43d804c51061802c08 (diff)
downloadeventlet-3dac80836df5ed372385fecdf42be093741b19b8.tar.gz
Add classifiers for py38 and py39
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0b38eb3..cf5150a 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,8 @@ setuptools.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",
"Programming Language :: Python",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",