From 946ec0ab253bf1a910d351e77e0b37e9c85c12af Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 9 Dec 2024 16:14:25 +0100 Subject: [PATCH] py313: Update docs See #8205 --- doc/changelog.asciidoc | 3 +-- setup.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index ee9a9ec18..3d96fdbee 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -37,12 +37,11 @@ Added - **Planned:** Full support for Qt 6.8, with Windows/macOS binaries being built on Qt 6.8.0. (#8242) -- **Planned:** Full support for Python 3.13, with Windows/macOS binaries using - it if possible. (#8205) Changed ~~~~~~~ +- Windows/macOS binaries are now using Python 3.13. (#8205) - The `.desktop` file now also declares qutebrowser as a valid viewer for `image/webp`. (#8340) - Updated mimetype information for getting a suitable extension when downloading diff --git a/setup.py b/setup.py index 9562a8e22..97a87a65c 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ try: 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Internet', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Browsers',