Skip to content

Commit 64564cd

Browse files
committed
Remove python3.3 and 3.5 support
1 parent 126c830 commit 64564cd

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ deploy:
1111
user: trmd
1212
env:
1313
- TOXENV=py36
14-
- TOXENV=py35
1514
- TOXENV=py34
16-
- TOXENV=py33
1715
- TOXENV=py27
1816
install: pip install -U tox
1917
language: python

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
"Programming Language :: Python :: 2",
4343
'Programming Language :: Python :: 2.7',
4444
'Programming Language :: Python :: 3',
45-
'Programming Language :: Python :: 3.3',
4645
'Programming Language :: Python :: 3.4',
47-
'Programming Language :: Python :: 3.5',
4846
'Programming Language :: Python :: 3.6',
4947
],
5048
test_suite='tests',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, py35, py36, flake8
2+
envlist = py27, py34, py36, flake8
33
skip_missing_interpreters =
44
true
55

0 commit comments

Comments
 (0)