Skip to content

Commit af76b3a

Browse files
committed
CI: do not test Sphinx 7.3
1 parent e704f8a commit af76b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [Ubuntu]
1919
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020
sphinx-version:
21-
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.2"]
21+
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.2,<7.3"]
2222
steps:
2323
- uses: actions/checkout@v4
2424

0 commit comments

Comments
 (0)