Skip to content

Commit 111dea2

Browse files
committed
Fix version of Python used in main test step
1 parent b404580 commit 111dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
poetry-version: '1.1.10'
1818
- run: pip install tox
19-
- run: tox -e lint,py39-dj32
19+
- run: tox -e lint,py310-dj32
2020
test_compatibility:
2121
needs: test
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)