Skip to content

Commit

Permalink
Remove support for Python 3.4
Browse files Browse the repository at this point in the history
Python 3.4 is EOL and support for it has been removed by
the requests package that we depend on.
  • Loading branch information
danmichaelo committed Jun 10, 2019
1 parent 2676213 commit 737e7cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,9 +19,9 @@
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
keywords='mediawiki wikipedia',
author='Bryan Tong Minh',
Expand Down

0 comments on commit 737e7cc

Please sign in to comment.