Skip to content

Commit 41372e0

Browse files
authored
Test with py3.12 (#336)
1 parent d28f703 commit 41372e0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
env:
4343
CONDA_ENV_FILE: ci/environment.yml
44-
PYTHON_VERSION: "3.11"
44+
PYTHON_VERSION: "3.12"
4545

4646
steps:
4747
- uses: actions/checkout@v4
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash -l {0}
9696
env:
9797
CONDA_ENV_FILE: ci/environment.yml
98-
PYTHON_VERSION: "3.11"
98+
PYTHON_VERSION: "3.12"
9999

100100
steps:
101101
- uses: actions/checkout@v4

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: ["ubuntu-latest", "windows-latest"]
28-
python-version: ["3.9", "3.11"]
28+
python-version: ["3.9", "3.12"]
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
python-version: ["3.11"]
69+
python-version: ["3.12"]
7070
env: ["no-xarray", "no-dask"]
7171
include:
7272
- env: "no-numba"

.github/workflows/testpypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
name: Install Python
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.12"
2828

2929
- name: Install dependencies
3030
run: |
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-python@v5
6666
name: Install Python
6767
with:
68-
python-version: "3.11"
68+
python-version: "3.12"
6969
- uses: actions/download-artifact@v4
7070
with:
7171
name: releases

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.11"]
36+
python-version: ["3.12"]
3737
steps:
3838
- uses: actions/checkout@v4
3939
with:

0 commit comments

Comments
 (0)