diff --git a/cookbooks/ros2_windows/recipes/python.rb b/cookbooks/ros2_windows/recipes/python.rb index ada1eb3..3d4eecb 100644 --- a/cookbooks/ros2_windows/recipes/python.rb +++ b/cookbooks/ros2_windows/recipes/python.rb @@ -2,7 +2,7 @@ "humble" => "3.8.3", "iron" => "3.8.3", "jazzy" => "3.8.3", - "rolling" => "3.8.3", + "rolling" => "3.12.3", }.freeze python_version = python_versions[node["ros2_windows"]["ros_distro"]]