From a6de68f0ed1c74da509c3ec9a75335751918ef9b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:50:45 +0200 Subject: [PATCH 1/2] Update default Python version for testing PRs --- .github/workflows/source-and-docs-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-and-docs-release.yml b/.github/workflows/source-and-docs-release.yml index eb10f906..2aec5958 100644 --- a/.github/workflows/source-and-docs-release.yml +++ b/.github/workflows/source-and-docs-release.yml @@ -41,7 +41,7 @@ name: "Build Python source and docs artifacts" env: GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }} GIT_COMMIT: ${{ github.event.inputs.git_commit || 'f6650f9ad73359051f3e558c2431a109bc016664' }} - CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.12.3' }} + CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }} jobs: verify-input: From f50ca5bb2297625e93486427f0ae62f1bbd59167 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:57:46 +0200 Subject: [PATCH 2/2] Update commit to match tag --- .github/workflows/source-and-docs-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-and-docs-release.yml b/.github/workflows/source-and-docs-release.yml index 2aec5958..126a1481 100644 --- a/.github/workflows/source-and-docs-release.yml +++ b/.github/workflows/source-and-docs-release.yml @@ -40,7 +40,7 @@ name: "Build Python source and docs artifacts" # Set from inputs for workflow_dispatch, or set defaults to test push/PR events env: GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }} - GIT_COMMIT: ${{ github.event.inputs.git_commit || 'f6650f9ad73359051f3e558c2431a109bc016664' }} + GIT_COMMIT: ${{ github.event.inputs.git_commit || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }} CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }} jobs: