From 5ebc3e095b4d3c16b28337fe87cab6ed5d766551 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 3 Jun 2025 17:15:54 -0400 Subject: [PATCH] give up on running py 3.14 in github actions not worth it this is a good learning case for why we use jenkins Change-Id: If70b0029545c70c0b5a9e1c203c853164caef874 (cherry picked from commit af2895a1d767a5357ccfeec9b57568cd6a6e0846) --- .github/workflows/run-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 303f0b7aec..6c93ef1b4f 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -39,7 +39,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14" - "pypy-3.10" build-type: - "cext" -- 2.47.2