Skip to content

Commit

Permalink
Merge pull request #2292 from lf-lang/no-gil-support
Browse files Browse the repository at this point in the history
Support for Python 3.9.x
  • Loading branch information
lhstrh authored May 21, 2024
2 parents b956bdb + 69c44d5 commit bfcba23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ private static String setUpMainTarget(
add_subdirectory(core)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR})
set(LF_MAIN_TARGET <pyModuleName>)
find_package(Python 3.10.0...<3.11.0 REQUIRED COMPONENTS Interpreter Development)
find_package(Python 3.9.0...<3.11.0 REQUIRED COMPONENTS Interpreter Development)
Python_add_library(
${LF_MAIN_TARGET}
MODULE
Expand Down

0 comments on commit bfcba23

Please sign in to comment.