Skip to content

Commit 1ca24ee

Browse files
committed
Add a test run on free-threaded Python 3.14
1 parent 9c26271 commit 1ca24ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ jobs:
7373
# allow_failure: true
7474
test_mypyc: true
7575

76+
- name: Test suite with py314t-dev-ubuntu
77+
python: '3.14t-dev'
78+
os: ubuntu-24.04-arm
79+
toxenv: py
80+
tox_extra_args: "-n 4"
81+
# allow_failure: true
82+
test_mypyc: true
83+
7684
- name: mypyc runtime tests with py39-macos
7785
python: '3.9.21'
7886
# TODO: macos-13 is the last one to support Python 3.9, change it to macos-latest when updating the Python version

0 commit comments

Comments
 (0)