File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 3.10.0,
204204 3.10.15,
205205 3.11.0,
206- 3.11.10 ,
206+ 3.11.11 ,
207207 3.12.0,
208208 3.12.1,
209209 3.12.2,
@@ -212,7 +212,9 @@ jobs:
212212 3.12.5,
213213 3.12.6,
214214 3.12.7,
215+ 3.12.8,
215216 3.13.0,
217+ 3.13.1,
216218 ]
217219 # TODO: also test windows
218220 os : [ubuntu-20.04, macos-13, windows-latest]
@@ -229,9 +231,9 @@ jobs:
229231 - os : windows-latest
230232 python-version : 3.10.15
231233 - os : macos-13
232- python-version : 3.11.10
234+ python-version : 3.11.11
233235 - os : windows-latest
234- python-version : 3.11.10
236+ python-version : 3.11.11
235237 - os : macos-13
236238 python-version : 3.12.0
237239 - os : windows-latest
@@ -264,6 +266,10 @@ jobs:
264266 python-version : 3.12.7
265267 - os : windows-latest
266268 python-version : 3.12.7
269+ - os : macos-13
270+ python-version : 3.12.8
271+ - os : windows-latest
272+ python-version : 3.12.8
267273
268274 steps :
269275 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments