Skip to content

Commit

Permalink
Update Python to 3.10 on Humble and Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Apr 28, 2022
1 parent de9d4cc commit e805e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/ros2_windows/recipes/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"eloquent" => "3.7.6",
"foxy" => "3.8.3",
"galactic" => "3.8.3",
"humble" => "3.8.3",
"rolling" => "3.8.3",
"humble" => "3.10.4",
"rolling" => "3.10.4",
}.freeze

python_version = python_versions[node["ros2_windows"]["ros_distro"]]
Expand Down

0 comments on commit e805e9a

Please sign in to comment.