Skip to content

Commit 7d0c8f9

Browse files
Bastien ValletDjailla
authored andcommitted
[py38] Python 3.8 is now official, use it by default
1 parent fa23cab commit 7d0c8f9

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: python
33
matrix:
44
include:
5-
- python: 3.7
5+
- python: 3.8
66
env: TOXENV=lint
77
dist: xenial
88
sudo: true
@@ -19,16 +19,14 @@ matrix:
1919
- python: pypy3
2020
env: TOXENV=pypy3
2121
dist: xenial
22-
- python: 3.8-dev
23-
env: TOXENV=py38-dev
22+
- python: 3.8
23+
env: TOXENV=py38
2424
dist: xenial
2525
sudo: true
26-
- python: 3.7
26+
- python: 3.8
2727
env: TOXENV=docs-lint
2828
dist: xenial
2929
sudo: true
30-
allow_failures:
31-
- env: TOXENV=py38-dev
3230
install: pip install tox
3331
# TODO: https://github.com/tox-dev/tox/issues/149
3432
script: tox --recreate

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'Programming Language :: Python :: 3.5',
2626
'Programming Language :: Python :: 3.6',
2727
'Programming Language :: Python :: 3.7',
28+
'Programming Language :: Python :: 3.8',
2829
'Programming Language :: Python :: 3 :: Only',
2930
'Programming Language :: Python :: Implementation :: CPython',
3031
'Programming Language :: Python :: Implementation :: PyPy',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36, py37, py38-dev, pypy3, lint
2+
envlist = py34, py35, py36, py37, py38, pypy3, lint
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)