From ed5ccb4429e13978723f63064ec87e185dcfdb2c Mon Sep 17 00:00:00 2001 From: Co Quach <43968221+daico007@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:17:48 -0600 Subject: [PATCH] Drop Testing for py38 in Windows (#557) * drop testing for py38 in windows * fix typo; * try different syntax * fix trailing white space --- .github/workflows/CI.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 0c3788fc..8975c5e4 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -21,6 +21,8 @@ jobs: os: [macOS-latest, ubuntu-latest, windows-latest] python-version: ["3.8", "3.9", "3.10"] exclude: + - os: windows-latest + python-version: "3.8" - os: windows-latest python-version: "3.9"