Skip to content

Commit 3a7f86a

Browse files
authored
Add sphinx81 testenv
1 parent 4f047f1 commit 3a7f86a

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
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{38,39,310}-sphinx{60,61,62,70,71}{-qa}
4-
py{39,310,311,312}-sphinx{72,73,74,80}{-qa}
4+
py{39,310,311,312}-sphinx{72,73,74,80,81}{-qa}
55
py{310,311,312}-sphinx{latest,dev}{-qa}
66

77
[testenv]
@@ -17,6 +17,7 @@ deps =
1717
sphinx71: Sphinx>=7.1,<7.2
1818
sphinx72: Sphinx>=7.2,<7.3
1919
sphinx80: Sphinx>=8.0,<8.1
20+
sphinx81: Sphinx>=8.1,<8.2
2021
sphinxlatest: Sphinx
2122
sphinxdev: https://github.com/sphinx-doc/sphinx/archive/refs/heads/master.zip
2223
allowlist_externals =

0 commit comments

Comments
 (0)