We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6922a3c commit a6de68fCopy full SHA for a6de68f
.github/workflows/source-and-docs-release.yml
@@ -41,7 +41,7 @@ name: "Build Python source and docs artifacts"
41
env:
42
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
43
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'f6650f9ad73359051f3e558c2431a109bc016664' }}
44
- CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.12.3' }}
+ CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
45
46
jobs:
47
verify-input:
0 commit comments