Skip to content

Commit

Permalink
Remove support for EOL Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed Dec 21, 2017
1 parent 0b761a6 commit 524ceb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ env:
- TOX_ENV=py27
- TOX_ENV=py34

# For python3.3, python3.5, and python3.6 the base python versions
# should be 3.3, 3.5 and 3.6 accordingly to avoid InterpreterNotFound error
# For python3.5, and python3.6 the base python versions
# should be 3.5 and 3.6 accordingly to avoid InterpreterNotFound error
matrix:
allow_failures:
- env: TOX_ENV=qa
include:
- python: 3.3
env: TOX_ENV=py33
- python: 3.4
env: TOX_ENV=qa
- python: 3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import setup

VERSION = "1.6.7"
VERSION = "1.6.8"

requirements = []
if os.name == "nt" and sys.version_info < (3, 0):
Expand Down

0 comments on commit 524ceb4

Please sign in to comment.