From 5c345aa61b56fcb465dd15dbd621ee5896c7d273 Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Thu, 29 Aug 2024 18:18:37 +0000 Subject: [PATCH] feat: try darwin and windows --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68ae08af..a9ed974e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: matrix: #python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] python-version: ['3.7', '3.12'] - os: ubuntu-latest + os: [ubuntu-latest] EXTRA: [false] # used to force includes to get included include: - python-version: ['3.11', '3.12']