diff --git a/tox.ini b/tox.ini index fdd91440a85ee820d14386341f19ec2c6062e64b..6a147b682fe2eb88dd4ef4b0e397a0c60b2c5284 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,16 @@ [tox] envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,flake +[gh-actions] +python = + 3.6: py36 + 3.7: py37 + 3.8: py38 + 3.9: py39 + 3.10: py310 + 3.11: py311, flake + 3.12: py312 + [testenv] deps = pytest