Skip to content

Commit d663c15

Browse files
committed
Drop support for python 3.4 and 3.5
Those versions don't support f-strings.
1 parent 043daf2 commit d663c15

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ env:
1212
# Matrix approach here due to: https://github.com/travis-ci/travis-ci/issues/9815
1313
matrix:
1414
include:
15-
- python: 3.4
16-
dist: xenial
17-
sudo: true
18-
- python: 3.5
19-
dist: xenial
20-
sudo: true
2115
- python: 3.6
2216
dist: xenial
2317
sudo: true

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ def readme():
5858
# Specify the Python versions you support here. In particular, ensure
5959
# that you indicate whether you support Python 2, Python 3 or both.
6060
'Programming Language :: Python :: 3',
61-
'Programming Language :: Python :: 3.4',
62-
'Programming Language :: Python :: 3.5',
6361
'Programming Language :: Python :: 3.6',
6462
'Programming Language :: Python :: 3.7',
6563
],

0 commit comments

Comments
 (0)