From 3b773cd242a954b55a8ec0758246a56aacef06d4 Mon Sep 17 00:00:00 2001 From: Azis Date: Fri, 7 Nov 2025 10:43:28 +0200 Subject: [PATCH] Add Windows to CI workflow OS matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42dfb23..c32ba94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.9", "pypy3.10", "pypy3.11"] steps: