Skip to content

Commit e71d93b

Browse files
committed
MAINT removed Python3.3
supporting two latest versions for both 2/3 is enough
1 parent 4b7ec9b commit e71d93b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env:
55
matrix:
66
- PYTHON_VERSION="2.6"
77
- PYTHON_VERSION="2.7"
8-
- PYTHON_VERSION="3.3"
98
- PYTHON_VERSION="3.4"
109
- PYTHON_VERSION="3.5"
1110
sudo: false

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def get_info(name):
3939
"Programming Language :: Python :: 2.6",
4040
"Programming Language :: Python :: 2.7",
4141
"Programming Language :: Python :: 3",
42-
"Programming Language :: Python :: 3.3",
4342
"Programming Language :: Python :: 3.4",
4443
"Programming Language :: Python :: 3.5",
4544
]

0 commit comments

Comments
 (0)