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 ac7db77 commit c3e4e25Copy full SHA for c3e4e25
.github/workflows/test.yml
@@ -35,12 +35,6 @@ jobs:
35
toxenv: py
36
tox_extra_args: "-n 2"
37
test_mypyc: true
38
- - name: Test suite with py38-windows-64
39
- python: '3.8'
40
- arch: x64
41
- os: windows-latest
42
- toxenv: py38
43
- tox_extra_args: "-n 2"
44
- name: Test suite with py39-ubuntu
45
python: '3.9'
46
arch: x64
@@ -60,6 +54,12 @@ jobs:
60
54
61
55
62
56
57
+ - name: Test suite with py311-windows-64
58
+ python: '3.11'
59
+ arch: x64
+ os: windows-latest
+ toxenv: py311
+ tox_extra_args: "-n 2"
63
64
- name: mypyc runtime tests with py38-macos
65
python: '3.8.17'
0 commit comments