Merged
Conversation
Contributor
Author
|
It seems sigstore is de recommended way to validate more recent Python releases. |
Contributor
|
https://peps.python.org/pep-0761/ seems to confirm that Python is indeed moving from PGP to Sigstore. For >= 3.11 this seems to be in place, so a full migration would not be possible yet; so probably this would require distinguishing versions and implementing two different ways to verify artefacts. |
Member
|
So, I think we'll have to just remove the gpg verification for |
Member
|
Updated with an appropriate conditional to remove the PGP logic for 3.14+ 👀 |
yosifkit
approved these changes
Oct 16, 2024
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Oct 16, 2024
Changes: - docker-library/python@ed7351e: Merge pull request docker-library/python#981 from sspans-sbp/add-3.14 - docker-library/python@f599a55: Add 3.14-rc variants - docker-library/python@fe21c86: Merge pull request docker-library/python#978 from infosiftr/sha256 - docker-library/python@37a7bfd: Add SHA256 verification - docker-library/python@7666104: Merge pull request docker-library/python#974 from edmorley/patch-1 - docker-library/python@f56fa00: Remove deadcode in versions.sh
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Oct 18, 2024
Changes: - docker-library/python@57abe0e: Merge pull request docker-library/python#980 from RobertDeRose/bugfix/dont-skip-optimization - docker-library/python@37a6827: Do not set PROFILE_TASK environment variable - docker-library/python@3540d68: Merge pull request docker-library/python#982 from infosiftr/jq-IN - docker-library/python@cab4df8: Use jq's `IN()` instead of `index()` - docker-library/python@ed7351e: Merge pull request docker-library/python#981 from sspans-sbp/add-3.14 - docker-library/python@f599a55: Add 3.14-rc variants - docker-library/python@fe21c86: Merge pull request docker-library/python#978 from infosiftr/sha256 - docker-library/python@37a7bfd: Add SHA256 verification - docker-library/python@7666104: Merge pull request docker-library/python#974 from edmorley/patch-1 - docker-library/python@f56fa00: Remove deadcode in versions.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python 3.14 is still in development. This release, 3.14.0a1 is the first of seven planned alpha releases.
https://www.python.org/downloads/release/python-3140a1/