Skip to content

Commit 75bd272

Browse files
Test against python 3.13, stop testing with python 3.8, test against ESMF 8.8. (#403)
* Remove python 3.8/esmf 8.2, add python 3.13 * Test against ESMF 8.8 --------- Co-authored-by: raphael dussin <[email protected]>
1 parent aac77f7 commit 75bd272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
matrix:
2323
include:
2424
# Warning: Unless in quotations, numbers below are read as floats. 3.10 < 3.2
25-
- python-version: "3.8"
26-
esmf-version: 8.2
2725
- python-version: "3.9"
2826
esmf-version: 8.3
2927
- python-version: "3.10"
@@ -32,6 +30,8 @@ jobs:
3230
esmf-version: 8.6
3331
- python-version: "3.12"
3432
esmf-version: 8.7
33+
- python-version: "3.13"
34+
esmf-version: 8.8
3535
steps:
3636
- name: Cancel previous runs
3737
uses: styfle/[email protected]

0 commit comments

Comments
 (0)