Update setup.py

Updating setup.py to remove python 3.8 support for now
This commit is contained in:
Roy Healy 2019-10-27 16:48:20 +00:00 committed by GitHub
parent 85ac5c5c57
commit 179dc916ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ 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.8', not supported yet
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',