mirror of https://github.com/scrapy/scrapy.git
Update setup.py
Updating setup.py to remove python 3.8 support for now
This commit is contained in:
parent
85ac5c5c57
commit
179dc916ff
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue