Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
- os: ubuntu-latest
python: "3.14"
tox-env: py314-sphinx8-needs8
# Sphinx 9 with lowest compatible sphinx-needs
- os: ubuntu-latest
python: "3.12"
tox-env: py312-sphinx9-needs7
# Sphinx 9 with highest sphinx-needs
- os: ubuntu-latest
python: "3.14"
tox-env: py314-sphinx9-needs8
# minimal version on Windows
- os: windows-latest
python: "3.14"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"typer>=0.16.0",
"click < 8.2", # click 8.2.* produces empty errors if no args are given
"jsonschema",
"sphinx>=7.4,<9",
"sphinx>=7.4,<10",
"sphinx-needs>=5,<9",
"jinja2",
"pygments",
Expand Down
Loading