Skip to content

Commit 3338e1f

Browse files
authored
require Python 3.6 as we use format strings in various places (#152)
Signed-off-by: William Woodall <william@osrfoundation.org>
1 parent 6e09fcf commit 3338e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find_package(rosidl_runtime_c REQUIRED)
1717
find_package(rosidl_typesupport_c REQUIRED)
1818
find_package(rosidl_typesupport_interface REQUIRED)
1919

20-
find_package(PythonInterp 3.5 REQUIRED)
20+
find_package(PythonInterp 3.6 REQUIRED)
2121

2222
find_package(python_cmake_module REQUIRED)
2323
find_package(PythonExtra MODULE REQUIRED)

0 commit comments

Comments
 (0)