From ddbe3d6a66adec3f715e9b3de6b8ab7219ed5529 Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Thu, 10 Aug 2023 02:08:40 -0600 Subject: [PATCH] Add configuration for tox-gh-actions --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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 =