From 1f9763ef5d856e0b83342a2dc815a7b561800560 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Tue, 16 Jun 2026 23:26:05 +1200 Subject: [PATCH] Add 3.14 to the list of Python wheels cibuildwheel builds in deploy-on-release. --- .github/workflows/deploy-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-on-release.yml b/.github/workflows/deploy-on-release.yml index 2045fae2d..c8d508699 100644 --- a/.github/workflows/deploy-on-release.yml +++ b/.github/workflows/deploy-on-release.yml @@ -281,7 +281,7 @@ jobs: fail-fast: false matrix: os: [macos-15, ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-11-arm] - py: ['3.9', '3.10', '3.11', '3.12', '3.13'] + py: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] include: - name: 'Windows' os: windows-2022