From c2a1a46aa6d804a710527cbb60a22ae5e7029c2c Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 6 Aug 2024 07:31:59 -0600 Subject: [PATCH] deps: python 3.10 for docs Required to get myst-parser up to v4 --- .github/workflows/continuous-integration.yml | 4 ++-- docs/environment.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bc13db10..2841ac06 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -88,7 +88,7 @@ jobs: with: miniforge-variant: Mambaforge miniforge-version: latest - python-version: 3.9 + python-version: 3.10 use-mamba: true channel-priority: strict environment-file: ./docs/environment.yml @@ -139,7 +139,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.10 - name: Download uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install geos diff --git a/docs/environment.yml b/docs/environment.yml index 4592f4ab..76f06fd3 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,7 +6,7 @@ dependencies: - cartopy - geos - pandoc - - python=3.9 + - python="3.10" - pip - pip: - -e ../[docs]