Skip to content

Commit

Permalink
Python 3.8 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 18, 2019
1 parent d610ca3 commit d642598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
cache: pip
python:
- "2.7"
- "3.8-dev"
- "3.8"
- "3.7"
- "3.6"
- "3.5"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_version(path):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Terminals',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37, pypy
envlist = py27, py35, py36, py37, py38, pypy

[testenv]
deps = mock
Expand Down

0 comments on commit d642598

Please sign in to comment.