summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-01-04 18:04:05 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-01-11 05:37:56 -0800
commit65cd4493a024d896393c22c58b62e422bf8de5ab (patch)
tree5ccde82a3497d0db93dcf367d9758adb950fa7fc /tox.ini
parent45b6467b74fa75a9ec51e97e1529e2387646b4a9 (diff)
downloadsqlparse-65cd4493a024d896393c22c58b62e422bf8de5ab.tar.gz
Remove support for EOL Python 3.3
Python 3.3 is EOL. It is no longer receiving bug fixes, including for security issues. Python 3.3 has been EOL since 2017-09-29. For additional details, see: https://devguide.python.org/#status-of-python-branches Additionally, pytest has dropped support for Python 3.3 in a recent version, causing test failures. See: https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e22c808..e4dad60 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,13 +2,11 @@
skip_missing_interpreters = True
envlist =
py27
- py33
py34
py35
py36
py37
pypy_54
- pypy33
flake8
[testenv]