Drop support for Python 3.3
CPython 3.3 is no longer supported after September 29, 2017. https://en.wikipedia.org/wiki/CPython#Version_history https://www.python.org/dev/peps/pep-0398/
This commit is contained in:
parent
9b68fb6c68
commit
47531969b6
|
@ -23,8 +23,6 @@ matrix:
|
|||
env: TOXENV=py35
|
||||
- python: 3.4
|
||||
env: TOXENV=py34
|
||||
- python: 3.3
|
||||
env: TOXENV=py33
|
||||
- python: pypy3
|
||||
env: TOXENV=pypy3
|
||||
- python: pypy
|
||||
|
|
Loading…
Reference in a new issue