From 1a2af7d6b4ad956b99f057af5ebcb3f20db49d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Fri, 30 Aug 2024 08:17:54 +0100 Subject: [PATCH] [MNT] CI matrix extended to `windows-latest` (#1622) This PR extends the CI matrix to `windows-latest`, for testing windows OS compatibility. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd2cba1d..3a1380fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13] # add windows-2019 when poetry allows installation with `-f` flag + os: [ubuntu-latest, macos-13, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: