From 4ed42cb0ad6792623679388673ed74f1368cd31f Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Wed, 6 Nov 2024 22:25:12 +0200 Subject: [PATCH] Remove 3.13 on macos tests --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 744662a..e2e1acd 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -15,7 +15,7 @@ jobs: runs-on: macos-13 strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout