We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Possible to install up to date versions of python. For example 3.11.9.
Version 3.11.9 version is unavailable.
No known workarounds to force the use of later versions without a release.
[tool.poetry.dependencies] python = "3.11.9"
Build an image with a project containing the above configuration and the latest paketobuildpacks/builder-jammy-base and get a failure like:
paketobuildpacks/builder-jammy-base
Paketo Buildpack for CPython 1.13.0 Resolving CPython version Candidate version sources (in priority order): pyproject.toml -> "3.11.9" -> "" <unknown> -> "" failed to satisfy "python" dependency version constraint "3.11.9": no compatible versions on "io.buildpacks.stacks.jammy" stack. Supported versions are: [3.8.18, 3.8.18, 3.8.19, 3.8.19, 3.9.18, 3.9.18, 3.9.19, 3.9.19, 3.10.13, 3.10.13, 3.10.14, 3.10.14, 3.11.7, 3.11.7, 3.11.8, 3.11.8, 3.12.1, 3.12.1, 3.12.2, 3.12.2] ERROR: failed to build: exit status 1 ERROR: failed to build: executing lifecycle: failed with status code: 51
Trying to keep versions somewhat up to date with Renovate, but being held back by not being able to update in a timely manner.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Possible to install up to date versions of python. For example 3.11.9.
Current Behavior
Version 3.11.9 version is unavailable.
Possible Solution
No known workarounds to force the use of later versions without a release.
Steps to Reproduce
Build an image with a project containing the above configuration and the latest
paketobuildpacks/builder-jammy-base
and get a failure like:Motivations
Trying to keep versions somewhat up to date with Renovate, but being held back by not being able to update in a timely manner.
The text was updated successfully, but these errors were encountered: