From 0c946eaba360a040082746bb3439c2cd4c881c30 Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Tue, 25 Aug 2026 11:23:25 +0200 Subject: [PATCH] chore(build): Revoke beta version 3.15 Signed-off-by: Alexander Dahmen --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4290f6ef8..6e2c0627b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ${{ matrix.os }} steps: - name: Checkout