Skip to content

Commit

Permalink
Add patch number to GHA python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoodridge committed Jul 23, 2023
1 parent aea197a commit 335634f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ envlist =

[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.5.10: py35
3.6.15: py36
3.7.17: py37
3.8.17: py38
3.9.17: py39
3.10.12: py310

[travis:env]
DJANGO =
Expand Down

0 comments on commit 335634f

Please sign in to comment.