Skip to content

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Nov 15, 2024

Description

PEP 761 ("Deprecating PGP signatures for CPython artifacts") has been accepted and means we will no longer provide PGP signatures for Python 3.14 and later. Verifiers are recommended to use Sigstore instead.

Let's hide the GPG column from the download page's files table when there are no such files in the release.

I considered hiding the column when the version >= (3, 14), but went for this approach because it will also hide the column for very old releases which don't have GPG files, such as https://www.python.org/downloads/release/python-201/, which I think is also useful?

cc @sethmlarson

Copy link
Contributor

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for submitting this!

@JacobCoffee JacobCoffee merged commit bc51c60 into python:main Nov 15, 2024
3 checks passed
@hugovk hugovk deleted the pep761-hide-gpg branch November 15, 2024 15:09
@JacobCoffee
Copy link
Member

https://www.python.org/downloads/release/python-201/ looks good to me now! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants