Skip to content

Commit

Permalink
remove: py34 references (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrederick authored and waldyrious committed Dec 12, 2019
1 parent 7545caa commit 472ceb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@
mwclient is a lightweight Python client library to the
[MediaWiki API](https://mediawiki.org/wiki/API)
which provides access to most API functionality.
It works with Python 2.7 as well as 3.4 and above,
It works with Python 2.7 as well as 3.5 and above,
and supports MediaWiki 1.16 and above.
For functions not available in the current MediaWiki,
a `MediaWikiVersionError` is raised.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py37,py38,flake
envlist = py27,py35,py36,py37,py38,flake

[testenv]
deps =
Expand Down

0 comments on commit 472ceb8

Please sign in to comment.