Merge pull request #3547 from scrapy/setup.py-3.7

declare Python 3.7 support in setup.py
This commit is contained in:
Daniel Graña 2018-12-26 11:09:07 -03:00 committed by GitHub
commit 5cf26c9985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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',