From a5651bc64637b61bce610b4b2a2a06928d20eb9d Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Fri, 27 Jan 2023 13:42:25 -0600 Subject: [PATCH] Update some environments to 3.10 Fixes #1603 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9f1db460e..ef058761e 100644 --- a/tox.ini +++ b/tox.ini @@ -456,7 +456,7 @@ commands = sphinx-build -E -a -W -b html -T . _build/html [testenv:spellcheck] -basepython: python3.9 +basepython: python3.10 recreate = True deps = codespell @@ -465,7 +465,7 @@ commands = codespell [testenv:lint] -basepython: python3.9 +basepython: python3.10 recreate = False deps = -c dev-requirements.txt @@ -537,7 +537,7 @@ commands = python scripts/eachdist.py lint --check-only [testenv:docker-tests] -basepython: python3.9 +basepython: python3.10 deps = pip >= 20.3.3 pytest