Skip to content

Commit

Permalink
ci: include 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 30, 2024
1 parent 6f8c8dd commit effc556
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 @@ -32,7 +32,7 @@ jobs:
# 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.
sphinx: ["~=5.0","~=6.0","~=7.0"]
sphinx: ["~=6.0","~=7.0", "~8.0"]
include:
- os: windows-latest
# Python 3.12 is broken on windows builds until the following PR is released:
Expand Down

0 comments on commit effc556

Please sign in to comment.