Drop Python 3.3
Python 3.3 reached end-of-life on 2017-09-29. Since it's now causing problems with Travis builds, this patch is dropping that version from builds.
This commit is contained in:
parent
c6c7165a97
commit
640231b23a
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@ language: python
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
# https://devguide.python.org/#branchstatus
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
Loading…
Reference in a new issue