From 8355b545f913965dab7d79ee292457486a976e17 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 4 Oct 2025 13:46:47 +0200 Subject: [PATCH] fix: add wheels for Python 3.14 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fa70c0..fa2bbed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" + - "3.14t" os: - ubuntu-latest - macOS-latest