py313: Update docs

See #8205
This commit is contained in:
Florian Bruhin 2024-12-09 16:14:25 +01:00
parent b1ad5c2e30
commit 946ec0ab25
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',