Skip to content

Commit

Permalink
Issue skupperproject#910 - Require Python 3.9 (for alignment with Qpi…
Browse files Browse the repository at this point in the history
…d Proton Python)
  • Loading branch information
jiridanek committed Jan 31, 2023
1 parent 3700103 commit 8ccf00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ include(CMakeDependentOption)
##
find_library(rt_lib rt)

find_package(Python 3.6.8 REQUIRED COMPONENTS Interpreter Development)
find_package(Python 3.9 REQUIRED COMPONENTS Interpreter Development)
find_package(Threads REQUIRED)
find_package(Proton 0.38.0 REQUIRED COMPONENTS Core Proactor Tls)
message(STATUS "Found Proton: ${Proton_LIBRARIES} (found version \"${Proton_VERSION}\")" )
Expand Down

0 comments on commit 8ccf00e

Please sign in to comment.