Skip to content

Commit a6de68f

Browse files
authored
Update default Python version for testing PRs
1 parent 6922a3c commit a6de68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/source-and-docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ name: "Build Python source and docs artifacts"
4141
env:
4242
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
4343
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'f6650f9ad73359051f3e558c2431a109bc016664' }}
44-
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.12.3' }}
44+
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
4545

4646
jobs:
4747
verify-input:

0 commit comments

Comments
 (0)