Skip to content
Snippets Groups Projects
Commit 472ceb83 authored by Marc Trölitzsch's avatar Marc Trölitzsch Committed by Waldir Pimenta
Browse files

remove: py34 references (#243)

parent 7545caa3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
[tox]
envlist = py27,py34,py35,py36,py37,py38,flake
envlist = py27,py35,py36,py37,py38,flake
[testenv]
deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment