From 1588ab1e9147e9bbd312e18acdd940a4a3b98b2e Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 15 Oct 2024 16:15:17 +0500 Subject: [PATCH] Roll back RTD Python --- .github/workflows/build.yml | 2 +- .readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a98b3dd..33ce9f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: include: - - python-version: "3.13" # Keep in sync with .readthedocs.yml + - python-version: "3.12" # Keep in sync with .readthedocs.yml env: TOXENV: docs - python-version: "3.13" diff --git a/.readthedocs.yml b/.readthedocs.yml index 61e86bd..5ba0d2a 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.13" # Keep in sync with .github/workflows/build.yml + python: "3.12" # Keep in sync with .github/workflows/build.yml python: install: - requirements: docs/requirements.txt