obs-scripting: Enable Python 3.11

This commit is contained in:
Ryan Foster 2023-03-24 14:44:21 -04:00 committed by Matt Gajownik
parent 5182368009
commit 3fe241e95f

View File

@ -40,7 +40,7 @@
#endif
#define PY_MAJOR_VERSION_MAX 3
#define PY_MINOR_VERSION_MAX 10
#define PY_MINOR_VERSION_MAX 11
bool import_python(const char *python_path, python_version_t *python_version)
{