Skip to content

Update WIN ROS 2 binary release URLs and set Python version#874

Open
mosfet80 wants to merge 1 commit intoros-tooling:mainfrom
mosfet80:patch-2
Open

Update WIN ROS 2 binary release URLs and set Python version#874
mosfet80 wants to merge 1 commit intoros-tooling:mainfrom
mosfet80:patch-2

Conversation

@mosfet80
Copy link

No description provided.

@mosfet80 mosfet80 requested a review from a team as a code owner March 14, 2026 18:24
@mosfet80 mosfet80 requested review from christophebedard and emersonknapp and removed request for a team March 14, 2026 18:24
Signed-off-by: mosfet80 <realeandrea@yahoo.it>
@mosfet80 mosfet80 changed the title Update ROS 2 binary release URLs and Python version Update WIN ROS 2 binary release URLs and set Python version Mar 14, 2026
@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.38%. Comparing base (01ab034) to head (09d4142).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #874   +/-   ##
=======================================
  Coverage   93.38%   93.38%           
=======================================
  Files          10       10           
  Lines         257      257           
  Branches       27       27           
=======================================
  Hits          240      240           
  Misses         17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

async function prepareRos2BuildEnvironment() {
// Currently targeted Python version for Windows according to REP 2000
const python_dir = tc.find("Python", "3.8");
const python_dir = tc.find("Python", "3.10");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is tricky because the Python version on Windows is not the same across all currently active distros. I think REP 2000 hasn't been updated since the Windows move to Pixi. Jazzy & Kilted are on Python 3.12.3 (https://github.com/ros2/ros2/blob/jazzy/pixi.toml#L99) and Humble is on 3.10.6 (https://github.com/ros2/ros2/blob/humble/pixi.toml#L103). However, since we already have just a single version not depending on the actual distro used, bumping to the new lower version is fine.

@christophebedard
Copy link
Member

This should probably wait until #873 is merged, and then this can be rebased on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants