From 7d0b5ac33bad095a6cde435b7c9e96727be92d44 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Tue, 18 Jul 2023 19:17:18 +0200 Subject: [PATCH] Use 3.9 for lint --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0c60cd64d..73f4fd4a7 100644 --- a/tox.ini +++ b/tox.ini @@ -493,7 +493,7 @@ commands = sphinx-build -E -a -W -b html -T . _build/html [testenv:spellcheck] -basepython: python3.10 +basepython: python3.9 recreate = True deps = codespell