Skip to content

Commit

Permalink
Merge pull request #2144 from Djailla/py38
Browse files Browse the repository at this point in the history
[py38] Python 3.8 is now official, use it by default
  • Loading branch information
tilgovi committed Oct 29, 2019
2 parents c67f4bb + 7d0c8f9 commit 3fcb551
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: python
matrix:
include:
- python: 3.7
- python: 3.8
env: TOXENV=lint
dist: xenial
sudo: true
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -25,6 +25,7 @@
'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',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35, py36, py37, py38-dev, pypy3, lint
envlist = py34, py35, py36, py37, py38, pypy3, lint
skipsdist = True

[testenv]
Expand Down

0 comments on commit 3fcb551

Please sign in to comment.