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:
Lars Kiesow 2018-12-14 23:35:48 +01:00
parent c6c7165a97
commit 640231b23a
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -2,9 +2,9 @@ language: python
sudo: false
# https://devguide.python.org/#branchstatus
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"