Skip to content

Commit

Permalink
Devops: Update tox to use Python 3.9 (#6076)
Browse files Browse the repository at this point in the history
This was missed when Python 3.8 support was dropped.
  • Loading branch information
chrisjsewell committed Jul 7, 2023
1 parent db13759 commit 227390a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -444,7 +444,7 @@ ignore_errors = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py38
envlist = py39
[testenv]
usedevelop=True
Expand Down Expand Up @@ -481,7 +481,7 @@ commands =
clean: make clean
make debug
[testenv:py{38,39,310}-docs-live]
[testenv:py{39,310,311}-docs-live]
# tip: remove apidocs before using this feature (`cd docs; make clean`)
description = Build the documentation and launch browser (with live updates)
deps =
Expand Down

0 comments on commit 227390a

Please sign in to comment.