From fc0c38dfc24ca1cdf497f0612a7a95d404275fad Mon Sep 17 00:00:00 2001 From: rly Date: Mon, 13 Jan 2025 17:13:29 -0800 Subject: [PATCH] Remove unused gallery envs from tox env list --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 897842155..ad6d7dc15 100644 --- a/tox.ini +++ b/tox.ini @@ -49,9 +49,9 @@ commands = [testenv:pytest-py313-prerelease-optional] [testenv:pytest-py39-minimum] -[testenv:gallery-py{39,310,311,312,313}-upgraded] -[testenv:gallery-py313-upgraded-optional] -[testenv:gallery-py313-prerelease-optional] +# TODO: Update to 3.13 when linkml and its deps support 3.13 +[testenv:gallery-py312-upgraded-optional] +[testenv:gallery-py312-prerelease-optional] [testenv:gallery-py39-minimum] [testenv:build] # using tox for this so that we can have a clean build environment