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

python-3.12/3.12.9 package update #41297

Merged
merged 4 commits into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python-3.12.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: python-3.12
version: 3.12.8
epoch: 3
version: "3.12.9"
epoch: 0
description: "the Python programming language"
copyright:
- license: PSF-2.0
Expand Down Expand Up @@ -51,7 +51,7 @@ var-transforms:
pipeline:
- uses: git-checkout
with:
expected-commit: 2dc476bcb9142cd25d7e1d52392b73a3dcdf1756
expected-commit: fdb81425a9ad683f8c24bf5cbedc9b96baf00cd2
repository: https://github.com/python/cpython.git
tag: v${{package.version}}
cherry-picks: |
Expand Down
Loading