27 lines
920 B
Diff
27 lines
920 B
Diff
diff -ur a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt 2024-08-15 18:29:03.000000000 -0400
|
|
+++ b/CMakeLists.txt 2024-11-23 10:07:32.447444759 -0500
|
|
@@ -42,7 +42,7 @@
|
|
|
|
set(Python3_USE_STATIC_LIBS FALSE)
|
|
set(Python3_FIND_STRATEGY VERSION)
|
|
-find_package(Python3 3.4.3...<3.13 COMPONENTS Interpreter Development REQUIRED)
|
|
+find_package(Python3 3.4.3...<3.14 COMPONENTS Interpreter Development REQUIRED)
|
|
|
|
configure_file(kdevpythonversion.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/kdevpythonversion.h" @ONLY)
|
|
|
|
diff -ur a/parser/python_header.h b/parser/python_header.h
|
|
--- a/parser/python_header.h 2024-11-23 10:06:59.481365933 -0500
|
|
+++ b/parser/python_header.h 2024-11-23 10:07:26.155429709 -0500
|
|
@@ -14,10 +14,6 @@
|
|
#include <language/duchain/duchainlock.h>
|
|
|
|
#include <sys/types.h> /* define ssize_t with musl libc */
|
|
-#include "pyport.h"
|
|
-#ifndef _WIN32
|
|
-#include "pyconfig.h"
|
|
-#endif
|
|
|
|
#include "Python.h"
|
|
|