From fe1b4465ddb058cc8d574cf627be1b0e2d15e701 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 25 Jun 2024 14:30:37 +0400 Subject: [PATCH] Update ci.yml (#396) * Update ci.yml * fmt --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98598af2..cc45edf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] python-version: ['3.9', '3.10', '3.11', '3.12' ] + exclude: + - os: windows-latest + python-version: '3.12' # Steps represent a sequence of tasks that will be executed as part of the job steps: