From 6699063aa6c8b68b0eeac740072828327b7bcda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 17 Jun 2026 17:03:18 -0600 Subject: [PATCH] chore: Use tox generative ranges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgar Ramírez Mondragón --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c117a3d..40ad6a8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{310,311,312,313,314}-pytest{7,8,9} + py3{10-14}-pytest{7-9} [gh-actions] python = @@ -17,7 +17,8 @@ PYTEST_MAJOR_VERSION = 9: pytest9 [testenv] -min_version = 4.22.0 +requires = + >=4.42 dependency_groups = test deps = pytest7: pytest>=7.0.0,<8.0.0