summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-01-16 14:22:33 +0200
committerHugo <hugovk@users.noreply.github.com>2018-01-16 14:22:33 +0200
commit71bdeed8b49390ff14fe8f0434fc8a1038d89128 (patch)
tree3241663d0ad0f336da892e1fa976b7c454fcc929 /.travis.yml
parent4ff73987280269ea52bf7a0ae178b9dccae9786a (diff)
downloadpython-json-patch-71bdeed8b49390ff14fe8f0434fc8a1038d89128.tar.gz
Drop support for EOL Python 3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fe615bf..12712a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- '2.7'
-- '3.3'
- '3.4'
- '3.5'
- '3.6'