Skip to content

Commit

Permalink
ci: update action config
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 30, 2024
1 parent effc556 commit d3f68a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12.*", "3.13"]
# Only test the latest major release of Sphinx because otherwise we need to
# keep multiple versions of regression tests on file and this creates lots of
# noise in the tests.
Expand Down

0 comments on commit d3f68a5

Please sign in to comment.