From 416ed6764fd51bf7c9cd08b289a81663eb763e8c Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Thu, 29 Aug 2024 18:34:38 +0000 Subject: [PATCH] feat: try darwin and windows --- .github/workflows/ci.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 583c2aba..541a5c7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,13 +16,20 @@ jobs: os: [ubuntu-latest] EXTRA: [false] # used to force includes to get included include: + - python-version: '3.7' + os: macos-latest + arch: x64 + EXTRA: true - python-version: '3.11' os: macos-latest EXTRA: true - python-version: '3.12' os: macos-latest EXTRA: true - - python-version: ['3.7', '3.12'] + - python-version: '3.7' + os: windows-latest + EXTRA: true + - python-version: '3.12' os: windows-latest EXTRA: true