Update some environments to 3.10

Fixes #1603
This commit is contained in:
Diego Hurtado 2023-01-27 13:42:25 -06:00
parent 1c27b775f2
commit a5651bc646
No known key found for this signature in database
GPG Key ID: F6FC8E499358A322
1 changed files with 3 additions and 3 deletions

View File

@ -456,7 +456,7 @@ commands =
sphinx-build -E -a -W -b html -T . _build/html sphinx-build -E -a -W -b html -T . _build/html
[testenv:spellcheck] [testenv:spellcheck]
basepython: python3.9 basepython: python3.10
recreate = True recreate = True
deps = deps =
codespell codespell
@ -465,7 +465,7 @@ commands =
codespell codespell
[testenv:lint] [testenv:lint]
basepython: python3.9 basepython: python3.10
recreate = False recreate = False
deps = deps =
-c dev-requirements.txt -c dev-requirements.txt
@ -537,7 +537,7 @@ commands =
python scripts/eachdist.py lint --check-only python scripts/eachdist.py lint --check-only
[testenv:docker-tests] [testenv:docker-tests]
basepython: python3.9 basepython: python3.10
deps = deps =
pip >= 20.3.3 pip >= 20.3.3
pytest pytest