Skip to content

Commit

Permalink
Use correct python version in py312 toxenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley van Lee committed Jan 4, 2024
1 parent 131cdc8 commit 2a66913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
- toxenv: py311-dj42-wt52
python-version: '3.11'

- toxenv: py311-dj41-wt52
- toxenv: py312-dj41-wt52
python-version: '3.12'
- toxenv: py311-dj42-wt52
- toxenv: py312-dj42-wt52
python-version: '3.12'
- toxenv: py311-dj50-wt52
- toxenv: py312-dj50-wt52
python-version: '3.12'

services:
Expand Down

0 comments on commit 2a66913

Please sign in to comment.