Skip to content

Commit

Permalink
check: use python 3.13.x and sphinx 8.1.x
Browse files Browse the repository at this point in the history
Updating the check helper to use the most recent version of Python and
Sphinx.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Oct 12, 2024
1 parent b26ea69 commit 3c7dcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Solely used for a quick way to run a supported environment without
# having to try to form one on the command line.

exec tox -e py312-sphinx80 $@
exec tox -e py313-sphinx81 $@

0 comments on commit 3c7dcfb

Please sign in to comment.