Skip to content

Commit

Permalink
travis/tox/appveyor: remove py3.3 and py3.4
Browse files Browse the repository at this point in the history
We support py2.7, and py3.5 and higher.
  • Loading branch information
warner committed Sep 11, 2019
1 parent 6ceecb7 commit e9f166c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Expand Up @@ -14,7 +14,6 @@ environment:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -23,8 +23,6 @@ after_success:
matrix:
include:
- python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
Expand All @@ -34,5 +32,4 @@ matrix:
dist: xenial
- python: nightly
allow_failures:
- python: 3.3
- python: nightly
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = {py27,py34,py35,py36,py37,pypy}
envlist = {py27,py35,py36,py37,pypy}
skip_missing_interpreters = True
minversion = 2.4.0

Expand Down

0 comments on commit e9f166c

Please sign in to comment.