Skip to content

Commit c3e4e25

Browse files
committed
use 3.11
1 parent ac7db77 commit c3e4e25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
toxenv: py
3636
tox_extra_args: "-n 2"
3737
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"
4438
- name: Test suite with py39-ubuntu
4539
python: '3.9'
4640
arch: x64
@@ -60,6 +54,12 @@ jobs:
6054
toxenv: py
6155
tox_extra_args: "-n 2"
6256
test_mypyc: true
57+
- name: Test suite with py311-windows-64
58+
python: '3.11'
59+
arch: x64
60+
os: windows-latest
61+
toxenv: py311
62+
tox_extra_args: "-n 2"
6363

6464
- name: mypyc runtime tests with py38-macos
6565
python: '3.8.17'

0 commit comments

Comments
 (0)