bump python version to 3.9 (#492)

This commit is contained in:
Jon Haslam 2024-04-16 12:06:47 +01:00 committed by GitHub
parent 03518150c5
commit 7e71dc6192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/drgn")
endif()
### Select Python version
find_program(PYTHON NAMES python3.8 python3)
find_program(PYTHON NAMES python3.9 python3)
add_library(folly_headers INTERFACE)
target_include_directories(folly_headers SYSTEM INTERFACE ${folly_SOURCE_DIR})

View File

@ -28,7 +28,7 @@ add_link_options(-no-pie)
set(INTEGRATION_TEST_TARGET_SRC integration_test_target.cpp)
set(INTEGRATION_TEST_RUNNER_SRC integration_test_runner.cpp)
find_program(PYTHON_CMD NAMES python3.6 python3)
find_program(PYTHON_CMD NAMES python3.9 python3)
set(INTEGRATION_TEST_THRIFT_SRCS ${THRIFT_TESTS})
list(TRANSFORM INTEGRATION_TEST_THRIFT_SRCS APPEND ".thrift")