Skip to content

Commit

Permalink
Fix tox version mapping for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Oct 8, 2024
1 parent 54dc173 commit f6e83bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ isolated_build = True

[gh-actions]
python =
3.9: python3.9
3.10: python3.10
3.11: python3.11
3.12: python3.12
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
deps =
Expand Down

0 comments on commit f6e83bf

Please sign in to comment.