File tree 1 file changed +19
-8
lines changed 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 43
43
" windows-py39" ,
44
44
" windows-py310" ,
45
45
" windows-py311" ,
46
+ " windows-py312" ,
46
47
47
48
" ubuntu-py37" ,
48
49
" ubuntu-py37-pluggy" ,
@@ -51,12 +52,13 @@ jobs:
51
52
" ubuntu-py39" ,
52
53
" ubuntu-py310" ,
53
54
" ubuntu-py311" ,
55
+ " ubuntu-py312" ,
54
56
" ubuntu-pypy3" ,
55
57
56
58
" macos-py37" ,
57
- " macos-py38" ,
58
59
" macos-py39" ,
59
60
" macos-py310" ,
61
+ " macos-py312" ,
60
62
61
63
" docs" ,
62
64
" doctesting" ,
86
88
os : windows-latest
87
89
tox_env : " py310-xdist"
88
90
- name : " windows-py311"
89
- python : " 3.11-dev "
91
+ python : " 3.11"
90
92
os : windows-latest
91
93
tox_env : " py311"
94
+ - name : " windows-py312"
95
+ python : " 3.12-dev"
96
+ os : windows-latest
97
+ tox_env : " py312"
92
98
93
99
- name : " ubuntu-py37"
94
100
python : " 3.7"
@@ -116,10 +122,15 @@ jobs:
116
122
os : ubuntu-latest
117
123
tox_env : " py310-xdist"
118
124
- name : " ubuntu-py311"
119
- python : " 3.11-dev "
125
+ python : " 3.11"
120
126
os : ubuntu-latest
121
127
tox_env : " py311"
122
128
use_coverage : true
129
+ - name : " ubuntu-py312"
130
+ python : " 3.12-dev"
131
+ os : ubuntu-latest
132
+ tox_env : " py312"
133
+ use_coverage : true
123
134
- name : " ubuntu-pypy3"
124
135
python : " pypy-3.7"
125
136
os : ubuntu-latest
@@ -129,19 +140,19 @@ jobs:
129
140
python : " 3.7"
130
141
os : macos-latest
131
142
tox_env : " py37-xdist"
132
- - name : " macos-py38"
133
- python : " 3.8"
134
- os : macos-latest
135
- tox_env : " py38-xdist"
136
- use_coverage : true
137
143
- name : " macos-py39"
138
144
python : " 3.9"
139
145
os : macos-latest
140
146
tox_env : " py39-xdist"
147
+ use_coverage : true
141
148
- name : " macos-py310"
142
149
python : " 3.10"
143
150
os : macos-latest
144
151
tox_env : " py310-xdist"
152
+ - name : " macos-py312"
153
+ python : " 3.12-dev"
154
+ os : macos-latest
155
+ tox_env : " py312-xdist"
145
156
146
157
- name : " plugins"
147
158
python : " 3.9"
You can’t perform that action at this time.
0 commit comments