From 62b3b0edc48939cdf3d6589af891a20382c1589e Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 11 Oct 2024 19:42:02 +0500 Subject: [PATCH] Bump the Python version in .readthedocs.yml. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7d13c50..b396751 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ build: tools: # For available versions, see: # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python - python: "3.12" # Keep in sync with .github/workflows/checks.yml + python: "3.13" # Keep in sync with .github/workflows/checks.yml python: install: - requirements: docs/requirements.txt