Skip to content

Commit

Permalink
Remove all references to the no more supported python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elarivie committed Jan 21, 2020
1 parent e455a20 commit ba0549c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language:
- python

python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def read(fname: str) -> str:

# 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.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
Expand Down

0 comments on commit ba0549c

Please sign in to comment.