From b3d747e50465b53b3ed60c7cc71126070c64710d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:52:51 +0300 Subject: [PATCH] Test 3.14.0rc2 by default so Android is tested --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f9e4fec2..222d30cd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -42,8 +42,8 @@ permissions: {} # 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 || '4f8bb3947cfbc20f970ff9d9531e1132a9e95396' }} - CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.13.2' }} + GIT_COMMIT: ${{ github.event.inputs.git_commit || '31967d8de3d27889dd1819b8dccc2bdc17c030c1' }} + CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.0rc2' }} jobs: verify-input: