From c4285ee6a43f2a38f243284490888226dacd9c85 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 28 Jul 2023 23:38:32 +0100 Subject: [PATCH] 3.10 (#1320) --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e4507f0b6..fc9332869 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,10 +28,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: "3.9" # Numba doesn't support Python 3.11 [2023-05] + python-version: "3.10" # Interpolation.py doesn't support Python 3.11 [2023-07] cache: 'pip' cache-dependency-path: | requirements/base.txt