Skip to content

Commit fb6ee57

Browse files
committed
Drop support for EOL Python 3.3
1 parent 9889f77 commit fb6ee57

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ matrix:
99
env: TOXENV=py,codecov
1010
- python: 3.4
1111
env: TOXENV=py,codecov
12-
- python: 3.3
13-
env: TOXENV=py,py-lowest,codecov
1412
- python: 2.7
1513
env: TOXENV=py,codecov
1614
- python: pypy

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
'Programming Language :: Python :: 2',
4646
'Programming Language :: Python :: 2.7',
4747
'Programming Language :: Python :: 3',
48-
'Programming Language :: Python :: 3.3',
4948
'Programming Language :: Python :: 3.4',
5049
'Programming Language :: Python :: 3.5',
5150
'Programming Language :: Python :: 3.6',

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{36,35,34,33,27,py}
4-
py{36,33,27,py}-lowest
3+
py{36,35,34,27,py}
4+
py{36,34,27,py}-lowest
55
docs_html
66
coverage_report
77

0 commit comments

Comments
 (0)