Skip to content

Commit 7e71dc6

Browse files
authored
bump python version to 3.9 (#492)
1 parent 0351815 commit 7e71dc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/drgn")
152152
endif()
153153

154154
### Select Python version
155-
find_program(PYTHON NAMES python3.8 python3)
155+
find_program(PYTHON NAMES python3.9 python3)
156156

157157
add_library(folly_headers INTERFACE)
158158
target_include_directories(folly_headers SYSTEM INTERFACE ${folly_SOURCE_DIR})

test/integration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ add_link_options(-no-pie)
2828
set(INTEGRATION_TEST_TARGET_SRC integration_test_target.cpp)
2929
set(INTEGRATION_TEST_RUNNER_SRC integration_test_runner.cpp)
3030

31-
find_program(PYTHON_CMD NAMES python3.6 python3)
31+
find_program(PYTHON_CMD NAMES python3.9 python3)
3232

3333
set(INTEGRATION_TEST_THRIFT_SRCS ${THRIFT_TESTS})
3434
list(TRANSFORM INTEGRATION_TEST_THRIFT_SRCS APPEND ".thrift")

0 commit comments

Comments
 (0)