Skip to content

Commit

Permalink
Drop support for python 3.4
Browse files Browse the repository at this point in the history
Python 3.4 has reached its end of life on March 18, 2019.

See https://www.python.org/dev/peps/pep-0429/.

More practically, lxml-4.4.0 requires python 3.5+, which causes our
CI for python 3.4 to fail.
  • Loading branch information
hemberger authored and moy committed Aug 13, 2019
1 parent 4ff017e commit 21c2849
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 @@ -6,7 +6,6 @@ language: python
cache: pip
python:
- 2.7
- 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 @@ -60,7 +60,6 @@ def read(fname, URL, URLImage):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'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 21c2849

Please sign in to comment.