Skip to content

Commit

Permalink
Typedoc 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Dec 22, 2024
1 parent b02a30a commit a2ce005
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 @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.12"]
typedoc-version: ["0.25", "0.26"]
typedoc-version: ["0.25", "0.26", "0.27"]

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 @@ -26,7 +26,7 @@ def tests(session: Session) -> None:


@nox.session(python=["3.12"])
@nox.parametrize("typedoc", ["0.25", "0.26"])
@nox.parametrize("typedoc", ["0.25", "0.26", "0.27"])
def test_typedoc(session: Session, typedoc: str) -> None:
# Install python dependencies
session.install("-r", "requirements_dev.txt")
Expand Down

0 comments on commit a2ce005

Please sign in to comment.