From 2d7ad69af90390f55aef882a99c9dd979221b4e9 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 10 Oct 2025 10:11:28 +0200 Subject: [PATCH] add testing for python3.14 Signed-off-by: Martijn Govers --- .github/workflows/build-test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}