Skip to content

Commit

Permalink
tox: update python version
Browse files Browse the repository at this point in the history
* also run pre-commit on all versions
  • Loading branch information
fruch committed Apr 3, 2024
1 parent dc80c53 commit dcfcd70
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ isolated_build = true
skip_missing_interpreters = true
envlist =
pre-commit
{py27,py36,py37,py38,py39,py310,pypy2,pypy3}
{py27,py36,py37,py38,py39,py310,py311,py312,pypy2,pypy3}

[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38, pre-commit
3.9: py39
3.10: py310
3.9: py39, pre-commit
3.10: py310, pre-commit
3.11: py311, pre-commit
3.12: py312
pypy-3.6: pypy3
pypy-3.7: pypy3

Expand Down

0 comments on commit dcfcd70

Please sign in to comment.