mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Fix Python version check and translations
This commit is contained in:
@@ -1570,6 +1570,6 @@ bool PythonRunner::isPythonInstalled() const
|
||||
bool PythonRunner::isPythonVersionSupported() const
|
||||
{
|
||||
const char *version = Py_GetVersion();
|
||||
return strstr(version, "3.8") == version;
|
||||
return strstr(version, "3.10") == version;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user