From a8dcb91702fbbaa3a9665790236658216c7adc81 Mon Sep 17 00:00:00 2001 From: johndoknjas Date: Thu, 3 Oct 2024 21:24:52 -0700 Subject: [PATCH] Try a different syntax. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed582b3..76c19b3 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = pytype ; python_version < '3.13' commands = pytest {posargs} - ["$PYTHON_VERSION" -lt "3.13"] && pytype vulture/core.py + py{38,310,311,312}: pytype vulture/core.py # Install package as wheel in all envs (https://hynek.me/articles/turbo-charge-tox/). package = wheel wheel_build_env = .pkg