Skip to content

Commit 590fd1e

Browse files
committed
build: remove python 3.9 and 3.10 from github workflows
1 parent 74b8a08 commit 590fd1e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/ci.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@ jobs:
1717
strategy:
1818
matrix:
1919
environment:
20-
- test-py39
21-
- test-py310
2220
- test-py311
2321
- test-py312
2422
- test-py313
2523
numpy: [null, "numpy>=1.23,<2.0.0", "numpy>=2.0.0rc1"]
2624
uncertainties: [null, "uncertainties==3.1.6", "uncertainties>=3.1.6,<4.0.0"]
2725
extras: [null]
2826
include:
29-
- environment: "test-py310" # Minimal versions
27+
- environment: "test-py311 # Minimal versions
3028
numpy: "numpy>=1.23,<2.0.0"
3129
extras: matplotlib==3.5.3
32-
- environment: "test-py310"
30+
- environment: "test-py311"
3331
numpy: "numpy"
3432
uncertainties: "uncertainties"
3533
extras: "sparse xarray netCDF4 dask[complete]==2024.5.1 graphviz babel==2.8 mip>=1.13"
36-
- environment: "test-py310"
34+
- environment: "test-py311"
3735
numpy: "numpy==1.26.1"
3836
uncertainties: null
3937
extras: "babel==2.15 matplotlib==3.9.0"
@@ -78,8 +76,6 @@ jobs:
7876
strategy:
7977
matrix:
8078
environment:
81-
- test-py39
82-
- test-py310
8379
- test-py311
8480
- test-py312
8581
- test-py313
@@ -99,8 +95,6 @@ jobs:
9995
strategy:
10096
matrix:
10197
environment:
102-
- test-py39
103-
- test-py310
10498
- test-py311
10599
- test-py312
106100
- test-py313

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up minimal Python version
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: "3.10"
20+
python-version: "3.11"
2121

2222
- name: Get pip cache dir
2323
id: pip-cache

0 commit comments

Comments
 (0)