From 0b25b53a3ca54aebc9ad91e58089f34b2bfd7066 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Mon, 4 May 2026 19:54:22 +0900 Subject: [PATCH] test: add py310 and later --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c50e81d..053adc9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,11 @@ [tox] -envlist = py36,py37,py38,py39 +envlist = py36,py37,py38,py39,py310,py311,py312,py313,py314 [testenv] # install pytest in the virtualenv where commands will be executed -deps = pytest +deps = + pytest + setuptools commands = pytest -vvs