Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new toolsets toolcache versions (Python, Ruby) #11333

Closed
wants to merge 1 commit into from

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Jan 8, 2025

Python 3.13 and Ruby 3.3 and 3.4 available:
https://github.com/actions/python-versions/blob/main/versions-manifest.json
https://github.com/actions/node-versions/blob/main/versions-manifest.json
https://github.com/actions/go-versions/blob/main/versions-manifest.json
https://github.com/ruby/setup-ruby/blob/master/windows-versions.json
https://github.com/ruby/ruby-builder/releases/tag/toolcache

# stable versions
for lang in python node go; do
  curl -s https://raw.githubusercontent.com/actions/${lang}-versions/refs/heads/main/versions-manifest.json | jq 'del(.[] | select(.stable == false))
| .[].version' > ${lang}.txt
done

curl -s https://api.github.com/repos/ruby/ruby-builder/releases/tags/toolcache | jq '.assets.[].name' > ruby.txt

(🤞 someone internal can update macOS toolcache versions @erik-bershel @sarathrajsrinivasan @susmitamane)

#5375, #11330

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@PatMyron
Copy link
Contributor Author

@vidyasagarnimmagaddi CI windows-all label necessary too?

@vidyasagarnimmagaddi
Copy link
Contributor

@vidyasagarnimmagaddi CI windows-all label necessary too?

HI @PatMyron , The labels , are for our internal testing to check PR from contributor's .

@PatMyron
Copy link
Contributor Author

@vidyasagarnimmagaddi understood. Asking why only CI ubuntu-all was added since I edited ubuntu/ and windows/

@subir0071
Copy link
Contributor

Closing this issue as we need ti include these versions a bit differently.

@subir0071 subir0071 closed this Jan 21, 2025
@PatMyron
Copy link
Contributor Author

PatMyron commented Jan 21, 2025

@subir0071 cryptic.. don't know what that means or why that warrants closing over addressing that here

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @PatMyron , we have added python and ruby with two PR , hence this PR is closed.
Further for PR , we have added you as co-author , thanks for the contribution.

@PatMyron
Copy link
Contributor Author

PatMyron commented Jan 23, 2025

Thanks for pushing Ruby 3.3 (#11454, #11452) and Python 3.13 (and @jdknight for catching both Windows arch: #11438)

I also proposed Ruby 3.4 for Ubuntu+Windows, but don't see that addressed.. any Ruby 3.4 plans?

Copy link
Contributor

@Setland34 Setland34 left a comment

Choose a reason for hiding this comment

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

PR APPROVED

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

Successfully merging this pull request may close these issues.

5 participants