Skip to content

Commit

Permalink
3.10 (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Jul 28, 2023
1 parent 188823c commit c4285ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4285ee

Please sign in to comment.