mirror of https://github.com/scrapy/scrapy.git
declare Python 3.7 support in setup.py
This commit is contained in:
parent
23bffff567
commit
cdd04dfb1d
1
setup.py
1
setup.py
|
|
@ -56,6 +56,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
|
|
|
|||
Loading…
Reference in New Issue