8000 Drop python 34 support · admdev8/github3.py@a62e11a · GitHub
[go: up one dir, main page]

Skip to content

Commit a62e11a

Browse files
committed
Drop python 34 support
We're getting dep issues on python 3.4. This platform is too old to continue support for.
1 parent fa64eaf commit a62e11a

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ matrix:
1717
include:
1818
- python: 2.7
1919
env: TOXENV=py27
20-
- python: 3.4
21-
env: TOXENV=py34
2220
- python: 3.5
2321
env: TOXENV=py35
2422
- python: 3.6

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ environment:
99
TOXENV: py27
1010
- PYTHON: "C:\\Python27-x64"
1111
TOXENV: py27
12-
- PYTHON: "C:\\Python34"
13-
TOXENV: py34
14-
- PYTHON: "C:\\Python34-x64"
15-
TOXENV: py34
1612
- PYTHON: "C:\\Python35"
1713
TOXENV: py35
1814
- PYTHON: "C:\\Python35-x64"

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37,38,py},black,py{27,37}-flake8,doclint,commitlint,docstrings
2+
envlist = py{27,35,36,37,38,py},black,py{27,37}-flake8,doclint,commitlint,docstrings
33
minversion = 3.1.3
44

55
[testenv]
@@ -13,7 +13,6 @@ deps =
1313
betamax>=0.5.1
1414
betamax_matchers>=0.3.0
1515
pypy,py27: unittest2
16-
py34: pytest>=2.3.5, <4.6.7 ; sys_platform == 'win32'
1716
commands = py.test {posargs}
1817

1918
[testenv:py27-flake8]

0 commit comments

Comments
 (0)
0