From 0535ee60804634e2c6bf090ce1caeb2a6e6c1fb9 Mon Sep 17 00:00:00 2001 From: David Vo Date: Tue, 16 Sep 2025 17:10:15 +1000 Subject: [PATCH] ci: Test against Python 3.14 freethreaded build --- .github/workflows/dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index c9a03bc..ec52359 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -98,6 +98,7 @@ jobs: - '3.12' - '3.13' - '3.14-dev' + - '3.14t-dev' exclude: - os: macos-14 python_version: '3.8'