We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e31710 commit 6b67546Copy full SHA for 6b67546
.github/workflows/build.yml
@@ -27,9 +27,11 @@ jobs:
27
- "3.11"
28
- "3.12"
29
- "3.13"
30
+ - "3.13t"
31
# CPython 3.14 final is scheduled for October 2025:
32
# https://peps.python.org/pep-0719/
33
- "3.14"
34
+ - "3.14t"
35
36
# PyPy versions:
37
# - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md
@@ -68,6 +70,8 @@ jobs:
68
70
python: "3.12"
69
71
- os: windows-latest
72
python: "3.13"
73
+ - os: windows-latest
74
+ python: "3.13t"
75
76
# macOS
77
# Python 3.9 is the oldest version available on macOS/arm64.
@@ -81,6 +85,8 @@ jobs:
81
85
82
86
- os: macos-latest
83
87
88
+ - os: macos-latest
89
84
90
91
# Ubuntu: test deadsnakes Python versions which are not supported by
92
# GHA python-versions.
0 commit comments