summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2022-04-04 10:30:11 +1200
committerJimmy <jimmy@spalge.com>2022-04-04 12:08:19 +1200
commit060e4fbf8054996b98c60e2f97938945c88cf103 (patch)
tree157bd4c7955aa81ee37634be9a79a77789ea540d /README.asciidoc
parentd0c1d1ff94d24376efc3c08c0bb85e0da48cbcbf (diff)
downloadqutebrowser-060e4fbf8054996b98c60e2f97938945c88cf103.tar.gz
qutebrowser-060e4fbf8054996b98c60e2f97938945c88cf103.zip
Drop python3.6 support.
Commits for dropping 3.5 support to copy from: c245b7d855ccd "Initial drop of Python 3.5" ccdfb44b8568b "Drop support for Python 3.6.0" Anything needed to update regarding OS version support in doc/install.asciidoc? TODO: remove 3.6/7 annotations in requirements files and rebuild workflows: not sure I updated it right (run 5.12 with 3.7, same 18.04 OS) but 18.04 seems to have 3.7 on it too so it should work. It'll all change when we drop <5.15 anyway. Not sure what the minimum ubuntu version will be going forward. Regarding mimetype overrides (ebb3046822adb) the doctring says they can all go in 3.7 but .h5 is still missing on py39, not sure if we should care. There are a bunch of old(?) warning messages still ignored in tests/end2end/fixtures/quteprocess.py.
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc
index bb1f2562c..30e504032 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -74,7 +74,7 @@ Requirements
The following software and libraries are required to run qutebrowser:
-* https://www.python.org/[Python] 3.6.1 or newer
+* https://www.python.org/[Python] 3.7 or newer
* https://www.qt.io/[Qt] 5.12.0 or newer (5.12 LTS or 5.15 recommended, Qt 6 is
not supported yet) with the following modules:
- QtCore / qtbase
@@ -96,10 +96,9 @@ websites and using it for transmission of sensitive data._
* https://palletsprojects.com/p/jinja/[jinja2]
* https://github.com/yaml/pyyaml[PyYAML]
-On older Python versions (3.6/3.7/3.8), the following backports are also required:
+On older Python versions (3.7/3.8), the following backports are also required:
* https://importlib-resources.readthedocs.io/[importlib_resources] (Python 3.8 or older)
-* https://github.com/ericvsmith/dataclasses[dataclasses] (Python 3.6 only)
The following libraries are optional: