diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index ea8b9b65..a6fc2ca6 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -69,7 +69,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ["3.11", "3.12", "3.13"] + python: ["3.11", "3.12", "3.13", "3.14"] fail-fast: false runs-on: ${{ matrix.os }} @@ -100,7 +100,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ["3.11", "3.12", "3.13"] + python: ["3.11", "3.12", "3.13", "3.14"] fail-fast: false runs-on: ${{ matrix.os }}