Skip to content

Commit 352b0e2

Browse files
committed
Pin python version.
1 parent 5d8df2e commit 352b0e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: "Install dependencies"
5050
run: |
51-
conda install --yes numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp fsspec
51+
conda create --yes python=3.13 numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp fsspec
5252
5353
- name: "Install *latest* Iris"
5454
run: |

requirements/readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- pip
1313
- pydata-sphinx-theme
1414
- pytest
15-
- python<3.13
15+
- python<3.14
1616
- sphinx
1717
- sphinxcontrib-napoleon
1818
- sphinx-copybutton

0 commit comments

Comments
 (0)