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

Automatically add new Python versions upon their release [300$] #2690

Open
native-api opened this issue Apr 29, 2023 · 1 comment
Open

Automatically add new Python versions upon their release [300$] #2690

native-api opened this issue Apr 29, 2023 · 1 comment

Comments

@native-api
Copy link
Member

The plan is to:

  • Scrape release pages of Python flavors. We have complete scripts for this for a few flavors in plugins/python-build/scripts.
  • Automatically generate PRs based on the changes those scripts made. This should be possible with Github CLI that's available from Actions.
  • Merge them automatically, too, if the checks succeed. Not sure if there's an Actions trigger for this.

As this is currectly the most requested feature, implementers are eligible for a bounty from donated money up to 300$. We'll be paying through Open Collective.

@thomasdziedzic-calmwave

I was skimming issues and saw this ticket, one alternative approach for detecting releases is to git clone / git pull the python repos and look for new tags. I'm not sure all the flavors use tags, but at least cpython uses it.

@native-api native-api changed the title Automatically add new Python versions upon their release Automatically add new Python versions upon their release [300$] Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants