2222
2323[tox]
2424envlist =
25- py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5}
2625 py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3}
2726 py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}
2827 py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
2928 py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
3029 py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
3130 py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
32- py313-dev-sphinx{6.2,7.0,7.1,7.2}
33- py36-docutils0.16
31+ py313-sphinx{6.2,7.0,7.1,7.2}
3432 py37-docutils{0.16,0.17,0.18}
3533 py38-docutils{0.16,0.17,0.18}
3634 py39-docutils{0.16,0.17,0.18}
3735 py310-docutils{0.16,0.17,0.18}
3836 py311-docutils{0.16,0.17,0.18}
3937 py312-docutils{0.16,0.17,0.18}
40- py313-dev- docutils{0.16,0.17,0.18}
38+ py313-docutils{0.16,0.17,0.18}
4139 mypy
4240 build
4341skip_missing_interpreters = True
@@ -50,22 +48,20 @@ requires =
5048
5149[envlists]
5250test =
53- py36-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5}
5451 py37-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3}
5552 py38-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}
5653 py39-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
5754 py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
5855 py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
5956 py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}
60- py313-dev-sphinx{6.2,7.0,7.1,7.2}
61- py36-docutils0.16
57+ py313-sphinx{6.2,7.0,7.1,7.2}
6258 py37-docutils{0.16,0.17,0.18}
6359 py38-docutils{0.16,0.17,0.18}
6460 py39-docutils{0.16,0.17,0.18}
6561 py310-docutils{0.16,0.17,0.18}
6662 py311-docutils{0.16,0.17,0.18}
6763 py312-docutils{0.16,0.17,0.18}
68- py313-dev- docutils{0.16,0.17,0.18}
64+ py313-docutils{0.16,0.17,0.18}
6965qa = mypy, lint
7066cov = py38-sphinx3.3, coverage
7167
@@ -74,7 +70,7 @@ setenv =
7470 PYTHONDEVMODE =1
7571 PIP_DISABLE_PIP_VERSION_CHECK =1
7672
77- [testenv:py313-dev ]
73+ [testenv:py313]
7874download = True
7975setenv =
8076 PYTHONDEVMODE =1
@@ -200,7 +196,7 @@ inline-quotes = "
200196multiline-quotes = " " "
201197docstring-quotes = " " "
202198count = True
203- min_python_version = 3.6.1
199+ min_python_version = 3.7
204200unused-arguments-ignore-abstract-functions = True
205201unused-arguments-ignore-overload-functions = True
206202unused-arguments-ignore-magic-methods = True
@@ -261,14 +257,14 @@ setenv =
261257 PYTHONDEVMODE=1
262258 PIP_DISABLE_PIP_VERSION_CHECK=1
263259
264- [testenv:py313-dev- sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
260+ [testenv:py313-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
265261download = True
266262setenv =
267263 PYTHONDEVMODE=1
268264 PIP_DISABLE_PIP_VERSION_CHECK=1
269265 UNSAFE_PYO3_SKIP_VERSION_CHECK=1
270266
271- [testenv:py313-dev- docutils{0.16,0.17,0.18}]
267+ [testenv:py313-docutils{0.16,0.17,0.18}]
272268download = True
273269setenv =
274270 PYTHONDEVMODE=1
0 commit comments