Skip to content

Commit a76dca9

Browse files
authored
Test Python 3.14t on macOS and Linux (#9011)
2 parents 5996dbd + b9aac77 commit a76dca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
python-version: [
4444
"pypy3.11",
4545
"pypy3.10",
46+
"3.14t",
4647
"3.14",
4748
"3.13t",
4849
"3.13",
@@ -55,6 +56,7 @@ jobs:
5556
- { python-version: "3.11", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
5657
- { python-version: "3.10", PYTHONOPTIMIZE: 2 }
5758
# Free-threaded
59+
- { python-version: "3.14t", disable-gil: true }
5860
- { python-version: "3.13t", disable-gil: true }
5961
# M1 only available for 3.10+
6062
- { os: "macos-13", python-version: "3.9" }

0 commit comments

Comments
 (0)