Skip to content

Commit 53141f4

Browse files
authored
Update default Python version for testing PRs (#215)
1 parent 6922a3c commit 53141f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ name: "Build Python source and docs artifacts"
4040
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4141
env:
4242
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' }}
43+
GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }}
44+
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }}
4545

4646
jobs:
4747
verify-input:

0 commit comments

Comments
 (0)