Skip to content

Commit df8096f

Browse files
authored
Merge pull request #1076 from sphinx-contrib/add-py313-to-build-workflow
workflows: test against python 3.13
2 parents 3c5a8a8 + 217bddd commit df8096f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
- { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx74, cache: ~/.cache/pip }
5454
- { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx80, cache: ~/.cache/pip }
5555
- { os: ubuntu-latest, python: "3.12", toxenv: py312-sphinx81, cache: ~/.cache/pip }
56+
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx72, cache: ~/.cache/pip }
57+
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx73, cache: ~/.cache/pip }
58+
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx74, cache: ~/.cache/pip }
59+
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx80, cache: ~/.cache/pip }
60+
- { os: ubuntu-latest, python: "3.13", toxenv: py313-sphinx81, cache: ~/.cache/pip }
5661

5762
# other OSes
5863
# - test against all other supported OSes, using most recent interpreter/sphinx

0 commit comments

Comments
 (0)