Skip to content

Commit

Permalink
Merge pull request #1076 from sphinx-contrib/add-py313-to-build-workflow
Browse files Browse the repository at this point in the history
workflows: test against python 3.13
  • Loading branch information
jdknight authored Jan 30, 2025
2 parents 3c5a8a8 + 217bddd commit df8096f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
- { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx74, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx80, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx81, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx72, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx73, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx74, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx80, cache: ~/.cache/pip }
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx81, cache: ~/.cache/pip }

# other OSes
# - test against all other supported OSes, using most recent interpreter/sphinx
Expand Down

0 comments on commit df8096f

Please sign in to comment.