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