Skip to content

Commit

Permalink
Merge pull request #2312 from lf-lang/revert-python-3.9-support
Browse files Browse the repository at this point in the history
No more support for Python 3.9
  • Loading branch information
lhstrh committed Jun 5, 2024
2 parents f8008c4 + a8ffd51 commit 345df42
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.9.0...<3.11.0 REQUIRED COMPONENTS Interpreter Development)
find_package(Python 3.10.0...<3.11.0 REQUIRED COMPONENTS Interpreter Development)
Python_add_library(
${LF_MAIN_TARGET}
MODULE
Expand Down

0 comments on commit 345df42

Please sign in to comment.