diff options
author | johnthagen <johnthagen@users.noreply.github.com> | 2019-11-24 17:10:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 17:10:43 -0500 |
commit | c87bad8dedc0ea2a52171840d24451e2117c8325 (patch) | |
tree | 260c19327cbbce5ff416ac8853abef7c3b2c65cc | |
parent | 2cfe65700066030578f7fbc4f90176a0fb26a688 (diff) | |
download | gerbonara-c87bad8dedc0ea2a52171840d24451e2117c8325.tar.gz gerbonara-c87bad8dedc0ea2a52171840d24451e2117c8325.tar.bz2 gerbonara-c87bad8dedc0ea2a52171840d24451e2117c8325.zip |
Drop end of life Python 3.3
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4906456..725a0b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ dist: xenial language: python
python:
- "2.7"
- - "3.3"
- "3.4"
- "3.5"
- "3.6"
|