From: Mike Bayer Date: Mon, 1 Dec 2025 20:22:54 +0000 (-0500) Subject: add python 3.14 wheels + free threaded X-Git-Tag: rel_2_0_45~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf6c3d89bea5d9919250fa82f14ab1ae87d52f9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add python 3.14 wheels + free threaded the freethreadeds are in a separate task so if they fail, we still have wheels published Change-Id: Ie28483cc379cf3db01afe2a2b4c475a9fbfbb9e5 --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index e3089cd2d1..6cdd12310f 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -22,7 +22,8 @@ jobs: python: - "cp37-* cp38-* cp39-*" - "cp310-* cp311-*" - - "cp312-* cp313-*" + - "cp312-* cp313-* cp314-*" + - "cp313t-* cp314t-*" wheel_mode: - compiled os: