From 51f88cdbf4bf7e1271532be784d5c008aefcec01 Mon Sep 17 00:00:00 2001 From: Jan Clemens Date: Wed, 6 Nov 2024 10:48:51 +0100 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1ceec54..cf4c709 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,13 +19,8 @@ jobs: strategy: fail-fast: False matrix: - # os: [windows-latest] - # python-version: ['3.12'] python-version: ['3.10', '3.11', '3.12'] - os: [ubuntu-latest, windows-latest, macOS-13, macOS-14] - include: - - python-version: 3.9 - os: windows-latest + os: [ubuntu-latest, windows-latest, macOS-14] defaults: # https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell run: shell: bash -l {0}