diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-06-26 14:24:11 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-06-26 14:39:54 +0200 |
commit | 93c7fdd60c0f1f0d26415525914fdca997b06c42 (patch) | |
tree | c102bdb52a4b079084ee6a9925e20de73a96d5ba /README.asciidoc | |
parent | b9855b910448b504ab34ef11e91caab62c39c8e6 (diff) | |
download | qutebrowser-93c7fdd60c0f1f0d26415525914fdca997b06c42.tar.gz qutebrowser-93c7fdd60c0f1f0d26415525914fdca997b06c42.zip |
Initial Python 3.7 drop
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/README.asciidoc b/README.asciidoc index 4335a871c..b3fd3331f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -82,7 +82,7 @@ Requirements The following software and libraries are required to run qutebrowser: -* https://www.python.org/[Python] 3.7 or newer +* https://www.python.org/[Python] 3.8 or newer * https://www.qt.io/[Qt], either 6.2.0 or newer, or 5.15.0 or newer, with the following modules: - QtCore / qtbase - QtQuick (part of qtbase or qtdeclarative in some distributions) @@ -103,7 +103,7 @@ 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.7/3.8), the following backports are also required: +On Python 3.8, the following backport is also required: * https://importlib-resources.readthedocs.io/[importlib_resources] @@ -119,10 +119,6 @@ The following libraries are optional: QtWebEngine backend. * On Windows, https://pypi.python.org/pypi/colorama/[colorama] for colored log output. -* https://importlib-metadata.readthedocs.io/[importlib_metadata] on Python 3.7, - to improve QtWebEngine version detection when PyQtWebEngine is - installed via pip (thus, this dependency usually isn't relevant for - packagers). * https://asciidoc.org/[asciidoc] to generate the documentation for the `:help` command, when using the git repository (rather than a release). |