Skip to content

Commit fb17eb1

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ 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'"]
22+
exclude:
23+
- python-version: "3.8"
24+
sphinx-version: "'sphinx>=7.2,<7.3'"
2225
steps:
2326
- uses: actions/checkout@v4
2427

0 commit comments

Comments
 (0)