From 468a7fc5fcbdc6ccac1cf1a726f079a558c76ad7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 16 Jan 2023 09:28:39 -0500 Subject: build: switch from tox-gh-actions to tox-gh, and tox 4 --- tox.ini | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 03293b85..3592ec13 100644 --- a/tox.ini +++ b/tox.ini @@ -104,13 +104,14 @@ commands = mypy --python-version=3.8 {env:TYPEABLE} mypy --python-version=3.12 {env:TYPEABLE} -[gh-actions] +[gh] +# https://pypi.org/project/tox-gh/ # PYVERSIONS python = - 3.7: py37 - 3.8: py38 - 3.9: py39 - 3.10: py310 - 3.11: py311 - 3.12: py312 - pypy-3: pypy3 + 3.7 = py37 + 3.8 = py38 + 3.9 = py39 + 3.10 = py310 + 3.11 = py311 + 3.12 = py312 + pypy-3 = pypy3 -- cgit v1.2.1