From 7ab07444955cf84fc3876f38910971b48b97f6d4 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 11 Oct 2025 20:54:36 +0200 Subject: [PATCH] disable Python 3.14 on windows due to failing tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70bcd42..ac7e63a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ jobs: exclude: - python-version: "3.14" platform: windows-latest + - python-version: "3.x" + platform: windows-latest runs-on: ${{ matrix.platform }}