Skip to content

Commit 8aefd48

Browse files
authored
update Python versions gh-ci-cron.yaml
- remove Python 3.9 - add 3.13 to PyPi installation - hold off on 3.13 for conda because of #4805
1 parent ac145ec commit 8aefd48

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/gh-ci-cron.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,11 @@ jobs:
237237
fail-fast: false
238238
matrix:
239239
# 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)
241243
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"]
243245
steps:
244246
- uses: actions/checkout@v4
245247

@@ -285,11 +287,8 @@ jobs:
285287
fail-fast: false
286288
matrix:
287289
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"]
289291
wheels: ['true', 'false']
290-
exclude:
291-
- os: "macos-14"
292-
python-version: "3.9"
293292
steps:
294293
# Checkout to have access to local actions (i.e. setup-os)
295294
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)