mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
[py38] Python 3.8 is now official, use it by default
This commit is contained in:
parent
fa23cab8a2
commit
7d0c8f97f8
10
.travis.yml
10
.travis.yml
@ -2,7 +2,7 @@ sudo: false
|
||||
language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
- python: 3.8
|
||||
env: TOXENV=lint
|
||||
dist: xenial
|
||||
sudo: true
|
||||
@ -19,16 +19,14 @@ matrix:
|
||||
- python: pypy3
|
||||
env: TOXENV=pypy3
|
||||
dist: xenial
|
||||
- python: 3.8-dev
|
||||
env: TOXENV=py38-dev
|
||||
- python: 3.8
|
||||
env: TOXENV=py38
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: 3.7
|
||||
- python: 3.8
|
||||
env: TOXENV=docs-lint
|
||||
dist: xenial
|
||||
sudo: true
|
||||
allow_failures:
|
||||
- env: TOXENV=py38-dev
|
||||
install: pip install tox
|
||||
# TODO: https://github.com/tox-dev/tox/issues/149
|
||||
script: tox --recreate
|
||||
|
||||
1
setup.py
1
setup.py
@ -25,6 +25,7 @@ CLASSIFIERS = [
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user