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 329e38e commit 72c2ab4Copy full SHA for 72c2ab4
.github/workflows/test.yml
@@ -71,14 +71,14 @@ jobs:
71
tox_extra_args: "-n 4"
72
test_mypyc: true
73
74
- - name: Test suit with py313-dev-ubuntu, mypyc-compiled
+ - name: Test suite with py313-dev-ubuntu, mypyc-compiled
75
python: '3.13-dev'
76
arch: x64
77
os: ubuntu-latest
78
toxenv: py
79
80
81
- # - name: Test suit with py314-dev-ubuntu
+ # - name: Test suite with py314-dev-ubuntu
82
# python: '3.14-dev'
83
# arch: x64
84
# os: ubuntu-latest
0 commit comments