Skip to content

Commit 524ceb4

Browse files
committed
Remove support for EOL Python 3.3
1 parent 0b761a6 commit 524ceb4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ env:
99
- TOX_ENV=py27
1010
- TOX_ENV=py34
1111

12-
# For python3.3, python3.5, and python3.6 the base python versions
13-
# should be 3.3, 3.5 and 3.6 accordingly to avoid InterpreterNotFound error
12+
# For python3.5, and python3.6 the base python versions
13+
# should be 3.5 and 3.6 accordingly to avoid InterpreterNotFound error
1414
matrix:
1515
allow_failures:
1616
- env: TOX_ENV=qa
1717
include:
18-
- python: 3.3
19-
env: TOX_ENV=py33
2018
- python: 3.4
2119
env: TOX_ENV=qa
2220
- python: 3.5

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from setuptools import setup
55

6-
VERSION = "1.6.7"
6+
VERSION = "1.6.8"
77

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

0 commit comments

Comments
 (0)