浏览代码

obs-scripting: Enable Python 3.11

Ryan Foster 2 年之前
父节点
当前提交
3fe241e95f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 {