Skip to content

Commit 4b32d5b

Browse files
committed
Dropping Python 3.4 (EOL)
1 parent 5b8e74c commit 4b32d5b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: xenial
33
language: python
44
python:
55
- "2.7"
6-
- "3.4"
76
- "3.5"
87
- "3.6"
98
- "3.7"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'Programming Language :: Python :: 2',
1515
'Programming Language :: Python :: 2.7',
1616
'Programming Language :: Python :: 3',
17-
'Programming Language :: Python :: 3.4',
1817
'Programming Language :: Python :: 3.5',
1918
'Programming Language :: Python :: 3.6',
2019
'Programming Language :: Python :: 3.7',

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[tox]
22
envlist =
33
{py27}-{dj111},
4-
{py34}-{dj111,dj201},
54
{py35}-{dj111,dj200,dj201,dj202}
65
{py36,py37,py38}-{dj111,dj200,dj201,dj202,dj300,dj301,djmaster}
76

87
[travis]
98
python =
109
2.7: py27
11-
3.4: py34
1210
3.5: py35
1311
3.6: py36
1412
3.7: py37
@@ -17,7 +15,6 @@ python =
1715
[testenv]
1816
basepython =
1917
py27: python2.7
20-
py34: python3.4
2118
py35: python3.5
2219
py36: python3.6
2320
py37: python3.7

0 commit comments

Comments
 (0)