Skip to content

Commit e40540f

Browse files
committed
Remove python 3.4, 3.5 from test runtime
1 parent 0998ab6 commit e40540f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
5-
- "3.5"
64
- "3.6"
75
- "3.6-dev"
86
- "3.7-dev"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def get_version():
3333
'Programming Language :: Python :: 2',
3434
'Programming Language :: Python :: 2.7',
3535
'Programming Language :: Python :: 3',
36-
'Programming Language :: Python :: 3.4',
37-
'Programming Language :: Python :: 3.5',
3836
'Programming Language :: Python :: 3.6',
3937
'Programming Language :: Python :: Implementation :: CPython',
4038
],

0 commit comments

Comments
 (0)