Skip to content

Commit 40f5f8d

Browse files
committed
Drop support for Python 3.4
1 parent a643f15 commit 40f5f8d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ env:
77
- MARSHMALLOW_VERSION=""
88
python:
99
- '2.7'
10-
- '3.4'
1110
- '3.5'
1211
- '3.6'
1312
before_install:
1413
- travis_retry pip install codecov
15-
# Fix travis issue with py3.4 builds
16-
- travis_retry pip install -U six
1714
install:
1815
- travis_retry pip install -U .
1916
- travis_retry pip install -U -r dev-requirements.txt

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def read(fname):
5757
'Programming Language :: Python :: 2',
5858
'Programming Language :: Python :: 2.7',
5959
'Programming Language :: Python :: 3',
60-
'Programming Language :: Python :: 3.4',
6160
'Programming Language :: Python :: 3.5',
6261
'Programming Language :: Python :: 3.6',
6362
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py27,py34,py35,py36,pypy
2+
envlist=py27,py35,py36,pypy
33
[testenv]
44
deps=
55
-rdev-requirements.txt

0 commit comments

Comments
 (0)