From eef31ff8072ee0b89e1d12003fb8d865ced100aa Mon Sep 17 00:00:00 2001 From: Max Chesterfield Date: Thu, 7 May 2026 11:46:00 +1000 Subject: [PATCH] rename env Signed-off-by: Max Chesterfield --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c9749972..9f51b6cc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{312, 311, 310} + py{3.12, 3.11, 3.10} build [testenv] @@ -10,7 +10,7 @@ pip_pre = true extras = test depends = # build the package after testing - build: py{312, 311, 310} + build: py{3.12, 3.11, 3.10} commands = pytest --cov=zepben.ewb --cov-report=xml --cov-branch {posargs} [testenv:build]