Skip to content

Commit

Permalink
Always use latest python version (#637)
Browse files Browse the repository at this point in the history
Instead of hardcoding the version of Python, use the special "latest"
keyword to always use the latest.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb authored Oct 13, 2024
1 parent 0dcecb5 commit 91021fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3.12"
python: latest

mkdocs:
configuration: mkdocs.yml
Expand Down

0 comments on commit 91021fb

Please sign in to comment.