-
Notifications
You must be signed in to change notification settings - Fork 613
Offer Python Latest (nightly master trunk build) #31
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
Comments
@madhurig any news? |
I would not call this Python Latest but would instead call it Python Nightly. |
Is this a duplicate of #20? It has a workaround to use deadsnakes: #20 (comment). |
there's now a slightly better workaround using deadsnakes/action |
This should really be offered "natively" by setup-python. |
Agreed, having 3.12-alpha available would be a big win. Especially since xapian fails to build and a |
@kelson42 This is only alpha 6, see https://peps.python.org/pep-0693/ for the full 3.12 release schedule. |
@pquentin ooops. Thx |
Hello @cooperlees, Thank you for your suggestion regarding nightly builds for Python versions. While we recognize the value of having the latest updates, providing nightly builds directly from the source code on a daily basis would be challenging. We appreciate your understanding and continued support, will keep you informed of any future developments or alternatives, and encourage you to share any future suggestions. |
For nightly builds could have the action run |
Hello @cooperlees, Please let us know incase of any concerns/clarifications on the above. |
Thanks for reaching out. Have you considered using something like DeadSnakes on your ubuntu containers? They provide nightly builds. |
Also to consider: |
One of the features I love most about TravisCI is the ability to build my projects CI with top of Trunk Python (master branch). This allows me to know about deprecations etc. coming very early and have time to work on the fixes sooner.
Can actions look at supporting building a Trunk version nightly? Here is an example usage with Travis: https://github.com/facebookincubator/ptr/blob/master/.travis.yml#L16
Haven't dug in deep, but would also love to have the ability for this build to be able to fail and not flag CI failure, like the Travis config above does.
Thanks.
The text was updated successfully, but these errors were encountered: