mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Merge pull request #13268 from ngosang/feature/python35-
Update minimum Python version to 3.5.0
This commit is contained in:
@@ -252,7 +252,7 @@ bool Utils::ForeignApps::PythonInfo::isValid() const
|
||||
|
||||
bool Utils::ForeignApps::PythonInfo::isSupportedVersion() const
|
||||
{
|
||||
return (version >= Version {3, 3, 0});
|
||||
return (version >= Version {3, 5, 0});
|
||||
}
|
||||
|
||||
PythonInfo Utils::ForeignApps::pythonInfo()
|
||||
|
||||
Reference in New Issue
Block a user