@@ -8,12 +8,11 @@ import * as utils from "./utils";
88
99const binaryReleases : { [ index : string ] : string } = {
1010 humble :
11- "https://github.com/ros2/ros2/releases/download/humble-20250331/ros2-humble-20250331-windows-release-amd64.zip" ,
12- iron : "https://github.com/ros2/ros2/releases/download/release-iron-20241204/ros2-iron-20241204-windows-release-amd64.zip" ,
11+ "https://github.com/ros2/ros2/releases/download/release-humble-20260220/ros2-humble-20260220-windows-release-amd64.zip" ,
1312 jazzy :
14- "https://github.com/ros2/ros2/releases/download/release-jazzy-20250430 /ros2-jazzy-20250407 -windows-release-amd64.zip" ,
13+ "https://github.com/ros2/ros2/releases/download/release-jazzy-20260128 /ros2-jazzy-20260128 -windows-release-amd64.zip" ,
1514 kilted :
16- "https://github.com/ros2/ros2/releases/download/release-kilted-20250523 /ros2-kilted-20250523 -windows-release-amd64.zip" ,
15+ "https://github.com/ros2/ros2/releases/download/release-kilted-20250728 /ros2-kilted-20250728 -windows-release-amd64.zip" ,
1716} ;
1817
1918const pip3Packages : string [ ] = [ "lxml" , "netifaces" ] ;
@@ -23,7 +22,7 @@ const pip3Packages: string[] = ["lxml", "netifaces"];
2322 */
2423async function prepareRos2BuildEnvironment ( ) {
2524 // Currently targeted Python version for Windows according to REP 2000
26- const python_dir = tc . find ( "Python" , "3.8 " ) ;
25+ const python_dir = tc . find ( "Python" , "3.10 " ) ;
2726
2827 await utils . exec (
2928 path . join ( python_dir , "python" ) ,
0 commit comments