From b4055209fbf1aaa3f608827e45997c598b88e924 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:38:44 -0400 Subject: [PATCH] CI: avoid python 3.11 on windows --- .github/workflows/python-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 014f839..2ed6542 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -12,6 +12,9 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: ["3.11"] + exclude: + - os: windows-latest + python-version: "3.11" include: - os: windows-latest python-version: "3.10"