File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,11 @@ jobs:
237
237
fail-fast : false
238
238
matrix :
239
239
# Stick to macos-13 because some of our
240
- # optional depss don't support arm64 (i.e. macos-14)
240
+ # optional deps don't support arm64 (i.e. macos-14)
241
+ #
242
+ # add "3.13" once conda-forge packages are available (see #4805)
241
243
os : [ubuntu-latest, macos-13]
242
- python-version : ["3.9", "3. 10", "3.11", "3.12"]
244
+ python-version : ["3.10", "3.11", "3.12"]
243
245
steps :
244
246
- uses : actions/checkout@v4
245
247
@@ -285,11 +287,8 @@ jobs:
285
287
fail-fast : false
286
288
matrix :
287
289
os : [ubuntu-latest, macos-latest, macos-14, windows-latest]
288
- python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
290
+ python-version : ["3.10 ", "3.11 ", "3.12 ", "3.13 "]
289
291
wheels : ['true', 'false']
290
- exclude :
291
- - os : " macos-14"
292
- python-version : " 3.9"
293
292
steps :
294
293
# Checkout to have access to local actions (i.e. setup-os)
295
294
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments