mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Add checks for minimum supported Python version
Now it checks for all python installations and related procedures has been revised. If the python version does not meet the minimum requirement, it will be logged. PR #22729.
This commit is contained in:
@@ -47,6 +47,8 @@ namespace Utils::ForeignApps
|
||||
|
||||
QString executableName;
|
||||
Version version;
|
||||
|
||||
inline static const Version MINIMUM_SUPPORTED_VERSION {3, 9, 0};
|
||||
};
|
||||
|
||||
PythonInfo pythonInfo();
|
||||
|
||||
Reference in New Issue
Block a user