Skip to content

Commit

Permalink
Update Python version used in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusiq committed Jul 24, 2024
1 parent b5fff8d commit 05ef393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Pull lfs data, if not cached
run: git lfs pull

# Python 3.10 for mypy testing
- name: Set up Python 3.10
# Python 3.11 for mypy testing
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'


- name: Install dependencies
Expand Down

0 comments on commit 05ef393

Please sign in to comment.