Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit ce0d675

Browse files
committed
adding sphinx 74 to tox
Signed-off-by: Christian López Barrón <[email protected]>
1 parent 8e38477 commit ce0d675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isolated_build = True
44

55
envlist =
66
docs
7-
py{38,39,310,312}-sphinx{50,53,60,62,70,73,latest}
7+
py{38,39,310,312}-sphinx{50,53,60,62,70,73,74,latest}
88

99
[testenv]
1010
deps =
@@ -18,6 +18,7 @@ deps =
1818
sphinx62: sphinx~=6.2.0
1919
sphinx70: sphinx~=7.0.0
2020
sphinx73: sphinx[test]~=7.3.0
21+
sphinx74: sphinx[test]~=7.4.0
2122
sphinxlatest: sphinx[test]
2223

2324
commands = pytest {posargs}

0 commit comments

Comments
 (0)