Skip to content

Commit

Permalink
Drop support for EOL Python 3.3
Browse files Browse the repository at this point in the history
refs #685

(cherry picked from commit fb6ee57)
  • Loading branch information
hugovk authored and rsyring committed Mar 8, 2019
1 parent 4d0e459 commit 311c567
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ matrix:
env: TOXENV=py,codecov
- python: 3.4
env: TOXENV=py,codecov
- python: 3.3
env: TOXENV=py,py-lowest,codecov
- python: 2.7
env: TOXENV=py,codecov
- python: pypy
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{36,35,34,33,27,py}
py{36,33,27,py}-lowest
py{36,35,34,27,py}
py{36,34,27,py}-lowest
docs_html
coverage_report

Expand Down

0 comments on commit 311c567

Please sign in to comment.