Skip to content

Commit 7a7c1ba

Browse files
committed
Run CI tests for py314t as weel
1 parent 49b81ad commit 7a7c1ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
toxenv: py
6666
tox_extra_args: "-n 4"
6767
test_mypyc: true
68+
- name: Test suite with py314t-ubuntu, mypyc-compiled
69+
python: '3.14t'
70+
os: ubuntu-24.04-arm
71+
toxenv: py
72+
tox_extra_args: "-n 4"
73+
test_mypyc: true
6874
- name: Test suite with py313-windows-64
6975
python: '3.13'
7076
os: windows-latest

0 commit comments

Comments
 (0)