From 01b9cc55af7d79e393a37566518c6ee3a31c9c1b Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 25 May 2026 12:56:59 -0400 Subject: [PATCH] ci: add freethreading 3.14 to the CI matrix --- .github/workflows/release.yml | 1 + .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f694bb4..96dbe6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,7 @@ jobs: - "cp312" - "cp313" - "cp314" + - "cp314t" exclude: - os: ubuntu-latest cibw_arch: universal2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2bc2de2..54c24ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"] os: [windows-latest, ubuntu-latest, macos-latest] env: