Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Nov 2, 2023
1 parent 689a794 commit bf47aa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@ jobs:
TOXENV: py38-django41-djangorestframework313
- python: 3.9
TOXENV: py39-django41-djangorestframework313
- python: 3.10
- python: "3.10"
TOXENV: py39-django41-djangorestframework313
- python: 3.11
TOXENV: py39-django41-djangorestframework313
- python: 3.8
TOXENV: py38-django42-djangorestframework313
- python: 3.9
TOXENV: py39-django42-djangorestframework313
- python: 3.10
- python: "3.10"
TOXENV: py310-django42-djangorestframework313
- python: 3.11
TOXENV: py311-django42-djangorestframework313
- python: 3.8
TOXENV: py38-django41-djangorestframework314
- python: 3.9
TOXENV: py39-django41-djangorestframework314
- python: 3.10
- python: "3.10"
TOXENV: py39-django41-djangorestframework314
- python: 3.11
TOXENV: py39-django41-djangorestframework314
- python: 3.8
TOXENV: py38-django42-djangorestframework314
- python: 3.9
TOXENV: py39-django42-djangorestframework314
- python: 3.10
- python: "3.10"
TOXENV: py310-django42-djangorestframework314
- python: 3.11
TOXENV: py311-django42-djangorestframework314
Expand Down

0 comments on commit bf47aa2

Please sign in to comment.