Skip to content

Commit b6899d8

Browse files
authored
Merge pull request #101 from resmo/enh/remove-py34
remove py34 support
2 parents 5fa997a + 14a9e59 commit b6899d8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ services:
1515
language: python
1616
python:
1717
- '2.7'
18-
- '3.4'
1918
- '3.5'
2019
- '3.6'
2120
env:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'Intended Audience :: Developers',
1616
'License :: OSI Approved :: MIT License',
1717
'Programming Language :: Python :: 2.7',
18-
'Programming Language :: Python :: 3.4',
1918
'Programming Language :: Python :: 3.5',
2019
'Programming Language :: Python :: 3.6',
2120
],

0 commit comments

Comments
 (0)