Skip to content

Commit

Permalink
require Python 3.6 as we use format strings in various places (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood authored Feb 2, 2022
1 parent eadcbe7 commit d11e376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindPythonExtra.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set(PythonExtra_FOUND FALSE)
# Prevent find_package(PythonLibs) from getting confused.
unset(PYTHON_LIBRARY)

find_package(PythonInterp 3.5 REQUIRED)
find_package(PythonInterp 3.6 REQUIRED)

if(PYTHONINTERP_FOUND)
if(APPLE)
Expand Down

0 comments on commit d11e376

Please sign in to comment.