mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Update minimum Python version to 3.5.0
This commit is contained in:
parent
207337682c
commit
71be4f03be
3 changed files with 5 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue