From ca62b0ff71c9d7398e093a2ed76fc03d2e757d27 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Wed, 20 Nov 2024 15:42:19 +0100 Subject: [PATCH] Test more Python versions on Windows --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31cd72d3..4e3290f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,12 @@ jobs: python-version: "3.11" - os: ubuntu-latest python-version: "3.12" + - os: windows-latest + python-version: "3.10" + - os: windows-latest + python-version: "3.11" + - os: windows-latest + python-version: "3.12" steps: - name: Checkout uses: actions/checkout@v4