summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-26 13:51:12 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-10-26 15:50:54 +0100
commit685a66280aff600a83aa30da814aea63f0116c31 (patch)
treedbf474ee7cd3806a6689cb332e7c718bac3da2b3 /doc/contributing.asciidoc
parentc79eb71e8edbdf5319cbafef95904ff792ab67b9 (diff)
downloadqutebrowser-685a66280aff600a83aa30da814aea63f0116c31.tar.gz
qutebrowser-685a66280aff600a83aa30da814aea63f0116c31.zip
Initial drop of Python 3.5
See #4800
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 6fc54ae5d..b8c9b9010 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -111,7 +111,7 @@ unittests and several linters/checkers.
Currently, the following tox environments are available:
* Tests using https://www.pytest.org[pytest]:
- - `py35`, `py36`: Run pytest for python 3.5/3.6 with the system-wide PyQt.
+ - `py36`, `py37`, ...: Run pytest for python 3.6/3.7/... with the system-wide PyQt.
- `py36-pyqt57`, ..., `py36-pyqt59`: Run pytest with the given PyQt version (`py35-*` also works).
- `py36-pyqt59-cov`: Run with coverage support (other Python/PyQt versions work too).
* `flake8`: Run various linting checks via https://pypi.python.org/pypi/flake8[flake8].