-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This is necessary to account for an upstream release-signing snafu where the 3.8 and 3.9 release manager also signed the latest 3.10 release. 😄
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,8 +58,9 @@ ENV GPG_KEY {{ | |
# https://www.python.org/dev/peps/pep-0596/#release-manager-and-crew | ||
|
||
# gpg: key 64E628F8D684696D: public key "Pablo Galindo Salgado <[email protected]>" imported | ||
"3.10": "A035C8C19219BA821ECEA86B64E628F8D684696D", | ||
#"3.10": "A035C8C19219BA821ECEA86B64E628F8D684696D", | ||
# https://www.python.org/dev/peps/pep-0619/#release-manager-and-crew | ||
"3.10": "E3FF2839C048B25C084DEBE9B26995E310250568", # Łukasz, temporarily; TODO swap this back to Pablo when https://github.com/python/cpython/issues/117053 is resolved 👀 | ||
|
||
# gpg: key 64E628F8D684696D: public key "Pablo Galindo Salgado <[email protected]>" imported | ||
"3.11": "A035C8C19219BA821ECEA86B64E628F8D684696D", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"alpine3.19", | ||
"alpine3.18" | ||
], | ||
"version": "3.10.13" | ||
"version": "3.10.14" | ||
}, | ||
"3.11": { | ||
"get-pip": { | ||
|