From e1343c1493578f1948ecbb2bbbffc40295685b4a Mon Sep 17 00:00:00 2001 From: Boris Bolliet Date: Sun, 29 Sep 2024 21:53:08 +0100 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 151e86f1..413ba119 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -49,7 +49,7 @@ jobs: needs: bump_version strategy: matrix: - os: [ubuntu-latest,macos-latest,windows-latest] + os: [ubuntu-latest,macos-latest] python-version: ["3.9","3.10"] include: - os: ubuntu-latest