Skip to content

Commit 03a21ad

Browse files
committed
feat: run tests against 3.14 free-threaded python
I'm looking to start experimenting with threads for parallel kind generation. To make this worthwhile, we need to support free-threaded python. It looks like tests already pass here, so this should be a no-brainer for now. I've done some basic usage testing as well, and everything seems to work (even with free-threaded python...which makes sense seeing as we don't use threads anywhere at the moment).
1 parent 928330f commit 03a21ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/kinds/test/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks:
4242
matrix:
4343
set-name: "unit-py{matrix[python]}"
4444
substitution-fields: [description, run.command, treeherder, worker]
45-
python: ["314", "313", "312", "311", "310", "39"]
45+
python: ["314t", "314", "313", "312", "311", "310", "39"]
4646
worker:
4747
artifacts:
4848
- type: file

0 commit comments

Comments
 (0)