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",