[travis, setup] Adding official python 3.8 support

https://github.com/scrapy/scrapy/issues/4085
This commit is contained in:
Roy 2019-10-28 11:24:52 +00:00
parent 16bb3ac20d
commit 9b47dc6a70
2 changed files with 2 additions and 4 deletions

View File

@ -25,11 +25,9 @@ matrix:
python: 3.6
- env: TOXENV=py37
python: 3.7
- env: TOXENV=py37-extra-deps
python: 3.7
- env: TOXENV=py38
python: 3.8
- env: TOXENV=py37-extra-deps
- env: TOXENV=py38-extra-deps
python: 3.8
- env: TOXENV=docs
python: 3.6

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