Skip to content

Commit

Permalink
Merge pull request #6585 from jenshnielsen/python_313_docs
Browse files Browse the repository at this point in the history
Enable building of docs using 3.13
  • Loading branch information
jenshnielsen authored Nov 25, 2024
2 parents 2a6f416 + 9c6e294 commit 7e6075e
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 7e6075e

Please sign in to comment.