Skip to content

Commit 51ffa02

Browse files
authored
Merge pull request #94 from jkho/develop
Remove python 3.4 support
2 parents de96f29 + 4e7470c commit 51ffa02

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dist: xenial
55
# 3.4 EOL - March 2019
66
python:
77
- "2.7"
8-
- "3.4"
98
- "3.5"
109
- "3.6"
1110
- "3.7"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def read(*filenames, **kwargs):
5050
'Operating System :: OS Independent',
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 2.7',
53-
'Programming Language :: Python :: 3.4',
5453
'Programming Language :: Python :: 3.5',
5554
'Programming Language :: Python :: 3.6',
5655
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)