Skip to content

Commit

Permalink
Switch to Python 3.8 in tox build because the new docs build requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Aug 12, 2024
1 parent 7d39c8d commit c6deb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: |
git fetch origin develop:develop --update-head-ok
git merge develop
- name: Setup Python 3.7
- name: Setup Python 3.8
uses: actions/setup-python@v1
with:
python-version: "3.7"
python-version: "3.8"
- name: Cache tox envs and pip packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit c6deb79

Please sign in to comment.