From 0340d36af25503b0d811dd117f6abdfa48a054c8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 11 Nov 2025 07:02:19 +0100 Subject: [PATCH] chore(ci): run ci against python 3.14 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dddce1734..919b51bcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ "ubuntu-22.04", "ubuntu-24.04", "macos-14", "macos-15" , "windows-2022", "windows-2025" ] - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v5 @@ -108,7 +108,7 @@ jobs: fi - name: Check for repository changes - Windows - if: ${{ runner.os == 'Windows' && (matrix.python-version != '3.13') }} + if: ${{ runner.os == 'Windows' }} run: | if (git status --porcelain) { Write-Host "Repository is dirty, changes detected:"