Skip to content

Commit

Permalink
Add typedoc 0.26 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Aug 27, 2024
1 parent 1495808 commit 2f5d6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.12"]
typedoc-version: ["0.25"]
typedoc-version: ["0.25", "0.26"]

name: Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def tests(session: Session) -> None:


@nox.session(python=["3.12"])
@nox.parametrize("typedoc", ["0.25"])
@nox.parametrize("typedoc", ["0.25", "0.26"])
def test_typedoc(session: Session, typedoc: str) -> None:
session.install("-r", "requirements_dev.txt")
venvroot = Path(session.bin).parent
Expand Down

0 comments on commit 2f5d6bb

Please sign in to comment.