summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-12 15:05:39 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-12 21:43:20 +0200
commit16dc3dc3dbcacf0a0b764d08051d6307f4212242 (patch)
tree95e364bebabb113b8f22189a3fc74d42daf23b2d /README.asciidoc
parent4bb5c4e5d493c86ab1c276791b056b29128bd786 (diff)
downloadqutebrowser-16dc3dc3dbcacf0a0b764d08051d6307f4212242.tar.gz
qutebrowser-16dc3dc3dbcacf0a0b764d08051d6307f4212242.zip
Require Python 3.5.2 for qutebrowser
For __getattr__ type annotations, we want to use @typing.overload in .py files. However, support for doing so was only added in Python 3.5.2. Debian Stretch ships 3.5.3, Ubuntu 16.04 LTS ships 3.5.2. Looking at crash logs, the last crash log using 3.5.0/.1 was in March 2017, so requiring this should be safe without anyone even noticing.
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 48fc589ea..1f9788824 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -96,7 +96,7 @@ Requirements
The following software and libraries are required to run qutebrowser:
-* https://www.python.org/[Python] 3.5 or newer (3.6 recommended)
+* https://www.python.org/[Python] 3.5.2 or newer (3.6 recommended)
* https://www.qt.io/[Qt] 5.7.1 or newer (5.12 recommended due to https://bugreports.qt.io/browse/QTBUG-76913[segfaults on media pages with Qt 5.13]); support for < 5.9
will be dropped soon) with the following modules:
- QtCore / qtbase