Skip to content

Commit

Permalink
Update some environments to 3.10 (#1604)
Browse files Browse the repository at this point in the history
Fixes #1603
  • Loading branch information
ocelotl authored Jan 27, 2023
1 parent 1c27b77 commit a300d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -465,7 +465,7 @@ commands =
codespell

[testenv:lint]
basepython: python3.9
basepython: python3.10
recreate = False
deps =
-c dev-requirements.txt
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a300d65

Please sign in to comment.