From 668f9c0e3bfde64c0d61b61ff6002cfc10df53f4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 29 Aug 2024 09:58:03 -1000 Subject: [PATCH] Ensure we are testing on MacOS and Winows --- .github/workflows/ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706dfb8..f919b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,24 @@ jobs: - "3.12" os: - ubuntu-latest + - windows-latest + - macos-latest extension: - "skip_cython" - "use_cython" + exclude: + - python-version: "3.9" + os: windows-latest + - python-version: "3.10" + os: windows-latest + - python-version: "3.11" + os: windows-latest + - python-version: "3.9" + os: macos-latest + - python-version: "3.10" + os: macos-latest + - python-version: "3.11" + os: macos-latest steps: - uses: actions/checkout@v4 - name: Set up Python