Skip to content

Commit

Permalink
tox: remove unsupported interpreters for sphinx-develop environments
Browse files Browse the repository at this point in the history
Sphinx's development tree only supports back to Python v3.10. Dropping
the old environments from the tox configuration.

Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Oct 6, 2024
1 parent 8d2b4df commit 624e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
{envpython} -m coverage html
{envpython} -m coverage report

[testenv:{,py38-,py39-,py310-,py311-,py312-,py313-}develop]
[testenv:{,py310-,py311-,py312-,py313-}develop]
deps =
{[testenv]deps}
git+https://github.com/sphinx-doc/sphinx.git@{env:SPHINX_VER:master}
Expand Down

0 comments on commit 624e54c

Please sign in to comment.