Skip to content

Commit ef7c41a

Browse files
authored
Merge pull request #144 from scrapinghub/drop-testing-with-py34
Drop Python 3.4 official support
2 parents 7ddbadf + 7f14538 commit ef7c41a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ matrix:
99
env: TOXENV=pypy-json
1010
- python: pypy
1111
env: TOXENV=pypy-msgpack
12-
- python: 3.4
13-
env: TOXENV=py34-json
14-
- python: 3.4
15-
env: TOXENV=py34-msgpack
1612
- python: 3.5
1713
env: TOXENV=py35-json
1814
- python: 3.5

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'Programming Language :: Python :: 2.7',
3636
'Programming Language :: Python :: 3',
3737
'Programming Language :: Python :: 3.3',
38-
'Programming Language :: Python :: 3.4',
3938
'Programming Language :: Python :: 3.5',
4039
'Programming Language :: Python :: 3.6',
4140
'Programming Language :: Python :: 3.7',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{27,py,34,35,36,37}-{json,msgpack}
7+
envlist = py{27,py,35,36,37}-{json,msgpack}
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)