We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8df2e commit 352b0e2Copy full SHA for 352b0e2
.github/workflows/ci-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: "Install dependencies"
50
run: |
51
- conda install --yes numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp fsspec
+ conda create --yes python=3.13 numpy pytest pytest-mock iris xarray filelock requests zarr aiohttp fsspec
52
53
- name: "Install *latest* Iris"
54
requirements/readthedocs.yml
@@ -12,7 +12,7 @@ dependencies:
12
- pip
13
- pydata-sphinx-theme
14
- pytest
15
- - python<3.13
+ - python<3.14
16
- sphinx
17
- sphinxcontrib-napoleon
18
- sphinx-copybutton
0 commit comments