Skip to content

Commit

Permalink
Drop support for python 3.4 and 3.5
Browse files Browse the repository at this point in the history
Those versions don't support f-strings.
  • Loading branch information
jsf9k committed May 14, 2019
1 parent 043daf2 commit d663c15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ env:
# Matrix approach here due to: https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.4
dist: xenial
sudo: true
- python: 3.5
dist: xenial
sudo: true
- python: 3.6
dist: xenial
sudo: true
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def readme():
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
Expand Down

0 comments on commit d663c15

Please sign in to comment.