From 29aa6c133c79d76d21a5871d8dfa655f26ec142c Mon Sep 17 00:00:00 2001 From: ljnsn Date: Wed, 16 Oct 2024 23:41:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20drop=20tests=20for=203.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 860a287..ac601e1 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -47,7 +47,7 @@ jobs: python-test: strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12"] platform: [ubuntu-latest, windows-latest] fail-fast: false runs-on: ${{ matrix.platform }}