From 97c29b8ca4437ecd55996a3fd27e567044e13e03 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 7 Feb 2025 22:40:41 +0400 Subject: [PATCH] Update ci.yml --- .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 94c55e0..f3b00f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] python-version: [ '3.10', '3.11', '3.12', '3.13' ] # Steps represent a sequence of tasks that will be executed as part of the job