summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBengt Lüers <Bengt.Lueers@gmail.com>2020-02-04 22:19:57 +0100
committerGitHub <noreply@github.com>2020-02-04 22:19:57 +0100
commitd9f9b3006e81807847c370e6794f524d594c6957 (patch)
treebfb1e87a6857d73eaa8cd87ce62b5911d75a17ac /setup.py
parentccd22bbd4b6b4ac6ca3c72fff8a2f993ef089e22 (diff)
downloadgreenlet-d9f9b3006e81807847c370e6794f524d594c6957.tar.gz
Update setup.py
Document Python 3.8 compatibility achieved with #152 to be enable #151.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a0b66f6..f2b39e0 100755
--- a/setup.py
+++ b/setup.py
@@ -101,6 +101,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules'],
**setuptools_args)