summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-04 10:46:50 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-04 10:51:34 +0200
commitda280df809242adca8b62331b430ea702e4f76c7 (patch)
treec6e900516046887d058882780bed8aedbc0d8d45 /README.asciidoc
parent1033913276543167c8c648380caf288cdc6197b3 (diff)
downloadqutebrowser-da280df809242adca8b62331b430ea702e4f76c7.tar.gz
qutebrowser-da280df809242adca8b62331b430ea702e4f76c7.zip
Clean up some remaining Python version references
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 30e504032..de595d4d3 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -98,7 +98,7 @@ websites and using it for transmission of sensitive data._
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://importlib-resources.readthedocs.io/[importlib_resources]
The following libraries are optional:
@@ -108,8 +108,8 @@ 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_resources] on Python 3.7
- or older, to improve QtWebEngine version detection when PyQtWebEngine is
+* 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`