File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ jobs:
37
37
" windows-py38" ,
38
38
" windows-py39" ,
39
39
" windows-py310" ,
40
+ " windows-py311" ,
40
41
41
42
" ubuntu-py37" ,
42
43
" ubuntu-py37-pluggy" ,
43
44
" ubuntu-py37-freeze" ,
44
45
" ubuntu-py38" ,
45
46
" ubuntu-py39" ,
46
47
" ubuntu-py310" ,
48
+ " ubuntu-py311" ,
47
49
" ubuntu-pypy3" ,
48
50
49
51
" macos-py37" ,
76
78
python : " 3.10.1"
77
79
os : windows-latest
78
80
tox_env : " py310-xdist"
81
+ - name : " windows-py311"
82
+ python : " 3.11"
83
+ os : windows-latest
84
+ tox_env : " py311"
79
85
80
86
- name : " ubuntu-py37"
81
87
python : " 3.7"
@@ -102,6 +108,10 @@ jobs:
102
108
python : " 3.10.1"
103
109
os : ubuntu-latest
104
110
tox_env : " py310-xdist"
111
+ - name : " ubuntu-py311"
112
+ python : " 3.11"
113
+ os : ubuntu-latest
114
+ tox_env : " py311"
105
115
- name : " ubuntu-pypy3"
106
116
python : " pypy-3.7"
107
117
os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments