From a9c08011c3db6a8611f629ff28211fd7aaed238d Mon Sep 17 00:00:00 2001 From: Luca Marconato Date: Fri, 31 Jan 2025 10:54:10 +0100 Subject: [PATCH] removed 3.13 from test ci --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fa5f44e1..1d7a79b9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.10", "3.12", "3.13"] + python: ["3.10", "3.12"] os: [ubuntu-latest] include: - os: macos-latest