Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chocolatey ships python3 3.12.3 and minimum requirement for Jazzy is Python 3.9
This PR suggests bumping python to 3.12.3 for rolling and then see to apply it to Jazzy.
TBH I don't know how this part of the infrastructure works and if there are discussion and work in that direction already ongoing 😅
The initial motivation is because CI fails on Windows when Python 3.9 features are used: ros2/sros2#300 (comment)
Once the approach validated: I can open the related PRs to REP-2000 and ros2/ci