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