From: Mike Bayer Date: Tue, 3 Jun 2025 21:55:40 +0000 (-0400) Subject: give up on running py 3.14 in github actions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af2895a1d767a5357ccfeec9b57568cd6a6e0846;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index a17d7ff69c..38e96b250b 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -37,7 +37,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14.0-beta.2" - "pypy-3.10" build-type: - "cext"