Skip to content

Commit 4cae8ea

Browse files
committed
Restore support for python 3.8
Reduce minimum xarray to 2023.1.0 Python 3.8 is EoL, but only just: Oct 7, 2024.
1 parent 658cd4f commit 4cae8ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: always()
2121
strategy:
2222
matrix:
23-
python-version: ["3.9", "3.10", "3.11", "3.x"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.x"]
2424
fail-fast: false
2525

2626
steps:

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: always()
2121
strategy:
2222
matrix:
23-
python-version: ["3.9", "3.10", "3.x"]
23+
python-version: ["3.8", "3.9", "3.10", "3.x"]
2424
fail-fast: false
2525

2626
steps:
@@ -48,7 +48,7 @@ jobs:
4848
if: always()
4949
strategy:
5050
matrix:
51-
python-version: ["3.9"]
51+
python-version: ["3.8"]
5252
fail-fast: false
5353

5454
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
requires-python = ">=3.8"
3535
dependencies = [
36-
"xarray>=2024.7.0",
36+
"xarray>=2023.01.0",
3737
"boutdata>=0.1.4",
3838
"dask[array]>=2.10.0",
3939
"gelidum>=0.5.3",

0 commit comments

Comments
 (0)