From f24007894587f933b90256322584df29b8c2922d Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 25 Oct 2024 11:16:33 +0200 Subject: [PATCH] remove python 3.13 --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01a44d7..1c25002 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,10 +53,6 @@ jobs: platform: macos-latest - python-version: "3.11" platform: macos-latest - - python-version: "3.13" - platform: macos-latest - - python-version: "3.13" - platform: windows-latest steps: - uses: actions/checkout@v4