Skip to content

Commit

Permalink
Fix GitHub actions Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Jan 10, 2022
1 parent a1b9174 commit 36143f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- toxenv: py39-dj22
python-version: 3.9
- toxenv: py39-dj32
python-version: 3.8
python-version: 3.9
- toxenv: py39-dj40
python-version: 3.9
steps:
Expand Down

0 comments on commit 36143f2

Please sign in to comment.