Skip to content

Commit

Permalink
Enable build of docs on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 1, 2024
1 parent e61ec41 commit ecb36bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
exclude:
- os: windows-latest
python-version: 3.10
- os: windows-latest
python-version: 3.11
- os: windows-latest
python-version: 3.13
env:
OS: ${{ matrix.os }}
SPHINX_WARNINGS_AS_ERROR: true
Expand Down

0 comments on commit ecb36bf

Please sign in to comment.