diff --git a/pyproject.toml b/pyproject.toml index 7428bf5..edb503d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,13 @@ requires = #env_list = linters, type, py{38,39,310,311} env_list = linters, py{38,39,310,311} +[gh-actions] +python = + 3.8: py38 + 3.9: py39 + 3.10: py310 + 3.11: py311 + [testenv] description = run tests deps =