Skip to content

Commit 6b67546

Browse files
committed
add CI builds for free-threaded Python versions
1 parent 5e31710 commit 6b67546

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30+
- "3.13t"
3031
# CPython 3.14 final is scheduled for October 2025:
3132
# https://peps.python.org/pep-0719/
3233
- "3.14"
34+
- "3.14t"
3335

3436
# PyPy versions:
3537
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
@@ -68,6 +70,8 @@ jobs:
6870
python: "3.12"
6971
- os: windows-latest
7072
python: "3.13"
73+
- os: windows-latest
74+
python: "3.13t"
7175

7276
# macOS
7377
# Python 3.9 is the oldest version available on macOS/arm64.
@@ -81,6 +85,8 @@ jobs:
8185
python: "3.12"
8286
- os: macos-latest
8387
python: "3.13"
88+
- os: macos-latest
89+
python: "3.13t"
8490

8591
# Ubuntu: test deadsnakes Python versions which are not supported by
8692
# GHA python-versions.

0 commit comments

Comments
 (0)