Skip to content

Commit d8a0023

Browse files
benfredgithub-actions[bot]
authored andcommitted
Update tested python versions
1 parent 5e14e32 commit d8a0023

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ jobs:
193193
3.8.0,
194194
3.8.18,
195195
3.9.0,
196-
3.9.23,
196+
3.9.25,
197197
3.10.0,
198-
3.10.18,
198+
3.10.19,
199199
3.11.0,
200-
3.11.13,
200+
3.11.14,
201201
3.12.0,
202202
3.12.1,
203203
3.12.2,
@@ -210,6 +210,7 @@ jobs:
210210
3.12.9,
211211
3.12.10,
212212
3.12.11,
213+
3.12.12,
213214
3.13.0,
214215
3.13.1,
215216
3.13.2,
@@ -218,6 +219,8 @@ jobs:
218219
3.13.5,
219220
3.13.6,
220221
3.13.7,
222+
3.13.8,
223+
3.13.9,
221224
]
222225
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
223226
# some versions of python can't be tested on GHA with osx because of SIP:
@@ -251,17 +254,17 @@ jobs:
251254
- os: ubuntu-22.04-arm
252255
python-version: 3.9.0
253256
- os: windows-latest
254-
python-version: 3.9.23
257+
python-version: 3.9.25
255258
- os: ubuntu-22.04
256259
python-version: 3.10.0
257260
- os: ubuntu-22.04-arm
258261
python-version: 3.10.0
259262
- os: windows-latest
260-
python-version: 3.10.18
263+
python-version: 3.10.19
261264
- os: macos-13
262-
python-version: 3.11.13
265+
python-version: 3.11.14
263266
- os: windows-latest
264-
python-version: 3.11.13
267+
python-version: 3.11.14
265268
- os: macos-13
266269
python-version: 3.12.0
267270
- os: macos-13
@@ -288,6 +291,10 @@ jobs:
288291
python-version: 3.12.11
289292
- os: windows-latest
290293
python-version: 3.12.11
294+
- os: macos-13
295+
python-version: 3.12.12
296+
- os: windows-latest
297+
python-version: 3.12.12
291298

292299
steps:
293300
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)