Skip to content

Commit a300d65

Browse files
authored
Update some environments to 3.10 (#1604)
Fixes #1603
1 parent 1c27b77 commit a300d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ commands =
456456
sphinx-build -E -a -W -b html -T . _build/html
457457

458458
[testenv:spellcheck]
459-
basepython: python3.9
459+
basepython: python3.10
460460
recreate = True
461461
deps =
462462
codespell
@@ -465,7 +465,7 @@ commands =
465465
codespell
466466

467467
[testenv:lint]
468-
basepython: python3.9
468+
basepython: python3.10
469469
recreate = False
470470
deps =
471471
-c dev-requirements.txt
@@ -537,7 +537,7 @@ commands =
537537
python scripts/eachdist.py lint --check-only
538538

539539
[testenv:docker-tests]
540-
basepython: python3.9
540+
basepython: python3.10
541541
deps =
542542
pip >= 20.3.3
543543
pytest

0 commit comments

Comments
 (0)