Skip to content
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
5 changes: 3 additions & 2 deletions python-3.13.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: python-3.13
version: "3.13.10"
version: "3.13.11"
epoch: 0
description: "the Python programming language"
copyright:
Expand Down Expand Up @@ -52,9 +52,10 @@ var-transforms:
pipeline:
- uses: git-checkout
with:
expected-commit: 4fd884356d7f29b2a07a4274bef04998ac96d529
expected-commit: 627894459a84be3488a1789919679c997056a03c
repository: https://github.com/python/cpython.git
tag: v${{package.version}}
depth: -1
cherry-picks: |
3.13/333d4a6f4967d3ace91492a39ededbcf3faa76a6: [CVE-2025-8291]
3.13/9ab89c026aa9611c4b0b67c288b8303a480fe742: [CVE-2025-6075]
Expand Down
Loading