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

mechanism to control python-build-standalone "release" version #21441

Open
cburroughs opened this issue Sep 20, 2024 · 0 comments
Open

mechanism to control python-build-standalone "release" version #21441

cburroughs opened this issue Sep 20, 2024 · 0 comments

Comments

@cburroughs
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The python build standalone project provides calendar versioned "releases" that are separate from the underlying CPython version. For example https://github.com/indygreg/python-build-standalone/releases/tag/20240726

One can control the version of CPython used with interpreter constraints, but there is not a way to specify the 'release'. This would be useful for:

  • Ensuring an exact version is used everywhere consistency.
  • Ensuring a version greater than some bugfix is used.

Describe the solution you'd like

A way to specify the release. I suspect it is adequate for it to be global (that is using a differnt release for python 3.10 and 3.11 is excessively niche)

Describe alternatives you've considered

One can limit the known version,:

"'3.9.16|linux_arm64|75f3d10ae8933e17bf27e8572466ff8a1e7792f521d33acba578cc8a25d82e0b|24540128|https://github.com/indygreg/python-build-standalone/releases/download/20221220/cpython-3.9.16%2B20221220-aarch64-unknown-linux-gnu-install_only.tar.gz',"

But that's a lot of duplicate toil.

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

1 participant