Skip to content

Commit

Permalink
Python 3.8 is not mature enough:
Browse files Browse the repository at this point in the history
It breaks the tests weirdly on TravisCI but runs fine on my machine (3.8.0a2).
I do not want to debug this failure.
  • Loading branch information
Michael Howitz committed Feb 27, 2019
1 parent ea19b83 commit 2e3c5be
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- 2.7
- 3.6
- 3.7
- 3.8-dev
matrix:
include:
- python: 2.7
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Backwards incompatible changes
Features
--------

- Add support for Python 3.6 up to 3.8.
- Add support for Python 3.6 up to 3.7.


2.0.1 (2015-11-09)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def read(*rnames):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
py27,
py36,
py37,
py38,
coverage,

[testenv]
Expand Down

0 comments on commit 2e3c5be

Please sign in to comment.