Skip to content

Commit

Permalink
Drop support for Python3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed May 19, 2018
1 parent 37fca06 commit af407c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ matrix:
- {python: 2.7, env: TOXENV=py27-poll}
- {python: 2.7, env: TOXENV=py27-selects}

- {python: 3.3, env: TOXENV=py33-epolls}
- {python: 3.3, env: TOXENV=py33-poll}
- {python: 3.3, env: TOXENV=py33-selects}

- {python: 3.4, env: TOXENV=py34-epolls}
- {python: 3.4, env: TOXENV=py34-poll}
- {python: 3.4, env: TOXENV=py34-selects}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ statistics = 1
[tox]
minversion=2.5
envlist =
ipv6, pep8, py{27,33,34,35,36,37,py}-{selects,poll,epolls}
ipv6, pep8, py{27,34,35,36,37,py}-{selects,poll,epolls}

[testenv:ipv6]
basepython = python
Expand Down Expand Up @@ -52,7 +52,6 @@ setenv =
tox_cover_args = --with-coverage --cover-erase --cover-package=eventlet
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6
Expand All @@ -64,8 +63,8 @@ deps =
py27-{selects,poll,epolls}: MySQL-python==1.2.5
py27: subprocess32==3.2.7
pypy: psycopg2cffi-compat==1.1
py{27,33,34,35,36,37}: psycopg2-binary==2.7.4
py{27,33,34}-{selects,poll,epolls}: pyopenssl==17.3.0
py{27,34,35,36,37}: psycopg2-binary==2.7.4
py{27,34}-{selects,poll,epolls}: pyopenssl==17.3.0
setuptools==38.5.1
{selects,poll,epolls}: pyzmq==17.0.0
commands =
Expand Down

0 comments on commit af407c7

Please sign in to comment.