From 00c6670d0464f3f3f13da17e29659c346614017a Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 5 Dec 2024 22:22:32 +0100 Subject: [PATCH] remove P13 on Windows, fix macos vm names --- .github/workflows/tests+pypi.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index c28eb879..8d53fca3 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -49,8 +49,6 @@ jobs: python-version: "3.11" - platform: windows-latest python-version: "3.12" - - platform: windows-latest - python-version: "3.13" - platform: macos-13 python-version: "3.8" - platform: macos-13 @@ -59,9 +57,9 @@ jobs: python-version: "3.10" - platform: macos-13 python-version: "3.11" - - platform: macos-12 + - platform: macos-13 python-version: "3.12" - - platform: macos-12 + - platform: macos-13 python-version: "3.13" - platform: macos-14 python-version: "3.10"