From 6cf6c3d89bea5d9919250fa82f14ab1ae87d52f9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 1 Dec 2025 15:22:54 -0500 Subject: [PATCH] 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 --- .github/workflows/create-wheels.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.47.3