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