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 83fed5a commit d7753efCopy full SHA for d7753ef
.github/workflows/test.yml
@@ -37,11 +37,6 @@ jobs:
37
toxenv: py
38
tox_extra_args: "-n 4"
39
test_mypyc: true
40
- - name: Test suite with py39-windows-64
41
- python: '3.9'
42
- os: windows-latest
43
- toxenv: py39
44
- tox_extra_args: "-n 4"
45
- name: Test suite with py310-ubuntu
46
python: '3.10'
47
os: ubuntu-24.04-arm
@@ -64,6 +59,11 @@ jobs:
64
59
65
60
66
61
62
+ - name: Test suite with py313-windows-64
63
+ python: '3.13'
+ os: windows-latest
+ toxenv: py
+ tox_extra_args: "-n 4"
67
68
- name: Test suite with py314-dev-ubuntu
69
python: '3.14-dev'
0 commit comments