We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1883f80 + 947d450 commit 2cff837Copy full SHA for 2cff837
readthedocs/settings/base.py
@@ -547,7 +547,7 @@ def TEMPLATES(self):
547
'3.7': '3.7.12',
548
'3.8': '3.8.12',
549
'3.9': '3.9.7',
550
- '3.10': '3.10.0rc2',
+ '3.10': '3.10.0',
551
'pypy3.7': 'pypy3.7-7.3.5',
552
'miniconda3-4.7': 'miniconda3-4.7.12',
553
'mambaforge-4.10': 'mambaforge-4.10.1-5',
@@ -565,7 +565,7 @@ def TEMPLATES(self):
565
},
566
}
567
# Always point to the latest stable release.
568
- RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3'] = RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3.9']
+ RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3'] = RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3.10']
569
570
def _get_docker_memory_limit(self):
571
try:
0 commit comments