From 1869e3c24f9e3c92544fd5ba3246169c94a26919 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 18 Oct 2023 18:02:09 -0500 Subject: [PATCH] Revert "Build (python): default 3 to 3.11 (#10833)" This reverts commit 1db77ae42d8ba2ac7a9e02fdaf60d8f9464fe9e8. --- readthedocs/builds/constants_docker.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readthedocs/builds/constants_docker.py b/readthedocs/builds/constants_docker.py index 9a5479d06d5..daad082dd5b 100644 --- a/readthedocs/builds/constants_docker.py +++ b/readthedocs/builds/constants_docker.py @@ -38,9 +38,7 @@ "3.11": "3.11.6", "3.12": "3.12.0", # Always point to the latest stable release. - # Pin to 3.11 till we fix an issue with 3.12 - # https://github.com/readthedocs/readthedocs.org/issues/10832. - "3": "3.11.6", + "3": "3.12.0", "miniconda3-4.7": "miniconda3-4.7.12", "mambaforge-4.10": "mambaforge-4.10.3-10", "mambaforge-22.9": "mambaforge-22.9.0-3",