parent
b1ad5c2e30
commit
946ec0ab25
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue