We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c26271 commit 1ca24eeCopy full SHA for 1ca24ee
.github/workflows/test.yml
@@ -73,6 +73,14 @@ jobs:
73
# allow_failure: true
74
test_mypyc: true
75
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
+
84
- name: mypyc runtime tests with py39-macos
85
python: '3.9.21'
86
# 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