summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-04 09:57:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-04 10:51:35 +0200
commitdc5dceece57feb96554d85eeccff0367d51341eb (patch)
tree4149a7286cd7a2c1154af14fe8fbd149e7fe0c78
parentda280df809242adca8b62331b430ea702e4f76c7 (diff)
downloadqutebrowser-dc5dceece57feb96554d85eeccff0367d51341eb.tar.gz
qutebrowser-dc5dceece57feb96554d85eeccff0367d51341eb.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 1dbc4d771..bbfa1d20b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -22,10 +22,12 @@ v3.0.0 (unreleased)
Removed
~~~~~~~
+- Support for Python 3.6 is dropped, as it's been
+ https://discuss.python.org/t/python-3-6-rides-into-the-sunset/12964[end-of-life upstream]
+ since December 2021. Python 3.7.0 or newer is now required.
- It's planned to drop support for various legacy platforms and libraries which
are unsupported upstream, such as:
* Qt before 5.15 LTS (plus adding support for Qt 6.2+)
- * Python 3.6
* The QtWebKit backend
* macOS 10.14 (via Homebrew)
* 32-bit Windows (via Qt)