From a301e5204d9e27db4c4d11d3eeed00045fbf8f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Mon, 3 May 2021 18:55:33 +0200 Subject: [PATCH] Mark 3.8 as "security-fixes" Per PEP 569 today's release of 3.8.10 is the last regular bugfix release. --- build_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_docs.py b/build_docs.py index 3edaa90..dc7d6f0 100755 --- a/build_docs.py +++ b/build_docs.py @@ -100,7 +100,7 @@ def title(self): Version("3.5", "3.5", "EOL", sphinx_version="1.8.4"), Version("3.6", "3.6", "security-fixes", sphinx_version="2.3.1"), Version("3.7", "3.7", "security-fixes", sphinx_version="2.3.1"), - Version("3.8", "3.8", "stable", sphinx_version="2.4.4"), + Version("3.8", "3.8", "security-fixes", sphinx_version="2.4.4"), Version("3.9", "3.9", "stable", sphinx_version="2.4.4"), Version("3.10", "master", "in development", sphinx_version="3.2.1"), ]