From e7178c2a008634e38774ff66f062bafb45601a5d Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:20:07 +0100 Subject: [PATCH] 3.10 --- .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 c8c1c9634..6f5698df1 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