Browse Source

obs-scripting: Enable Python 3.11

Ryan Foster 2 years ago
parent
commit
3fe241e95f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/obs-scripting/obs-scripting-python-import.c

+ 1 - 1
deps/obs-scripting/obs-scripting-python-import.c

@@ -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)
 {