Skip to content

Commit 2cff837

Browse files
authored
Merge pull request readthedocs#8558 from readthedocs/humitos/py-310
Build: support Python 3.10.0 stable release
2 parents 1883f80 + 947d450 commit 2cff837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/settings/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def TEMPLATES(self):
547547
'3.7': '3.7.12',
548548
'3.8': '3.8.12',
549549
'3.9': '3.9.7',
550-
'3.10': '3.10.0rc2',
550+
'3.10': '3.10.0',
551551
'pypy3.7': 'pypy3.7-7.3.5',
552552
'miniconda3-4.7': 'miniconda3-4.7.12',
553553
'mambaforge-4.10': 'mambaforge-4.10.1-5',
@@ -565,7 +565,7 @@ def TEMPLATES(self):
565565
},
566566
}
567567
# Always point to the latest stable release.
568-
RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3'] = RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3.9']
568+
RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3'] = RTD_DOCKER_BUILD_SETTINGS['tools']['python']['3.10']
569569

570570
def _get_docker_memory_limit(self):
571571
try:

0 commit comments

Comments
 (0)