mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Bump Python version minimum requirement
The new minimum version is Python 3.9. Debian Buster (oldoldstable) support ends at [2024.06.30](https://www.debian.org/releases/buster/). Ubuntu Focal (20.04LTS) support ends at [2025.04](https://ubuntu.com/about/release-cycle). By the time qbt v5.1 is released, Buster and Focal would have become EOL. https://packages.debian.org/search?keywords=python3 https://packages.ubuntu.com/search?keywords=python3 PR #21064.
This commit is contained in:
parent
83d730ffda
commit
8b7fdf0f22
4 changed files with 6 additions and 6 deletions
2
INSTALL
2
INSTALL
|
@ -18,7 +18,7 @@ qBittorrent - A BitTorrent client in C++ / Qt
|
|||
- CMake >= 3.16
|
||||
* Compile-time only
|
||||
|
||||
- Python >= 3.7.0
|
||||
- Python >= 3.9.0
|
||||
* Optional, run-time only
|
||||
* Used by the bundled search engine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue