Skip to content

Commit 84e2b1f

Browse files
authored
Add free-threaded Python 3.14t to the testing
* Googulator/pypiwin32#1
1 parent 572e657 commit 84e2b1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
2424
architecture: [x64, x86]
2525
env:
26-
# TODO: We can't yet run tests with PYTHONDEVMODE=1, let's emulated it as much as we can
26+
# TODO: We can't yet run tests with PYTHONDEVMODE=1, let's emulate it as much as we can
2727
# https://docs.python.org/3/library/devmode.html#effects-of-the-python-development-mode
2828
PYTHONMALLOC: debug
2929
PYTHONASYNCIODEBUG: 1
@@ -97,7 +97,7 @@ jobs:
9797
fail-fast: false
9898
matrix:
9999
# pythonarm64 NuGet's has no download for Python ~=3.9.11
100-
python-version: ["3.9.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
100+
python-version: ["3.9.10", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
101101
steps:
102102
- uses: actions/checkout@v4
103103

@@ -179,7 +179,7 @@ jobs:
179179
strategy:
180180
fail-fast: false
181181
matrix:
182-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
182+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
183183
steps:
184184
- uses: actions/checkout@v4
185185
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)