]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update build status links in contributing doc (GH-98672)
authorZachary Ware <zach@python.org>
Tue, 25 Oct 2022 17:13:37 +0000 (12:13 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 17:13:37 +0000 (12:13 -0500)
.github/CONTRIBUTING.rst

index f4affee76e1d445d356ca63959e3bbfb31171784..2ef9cdc191481e520ab8e829530e0029f2139ce2 100644 (file)
@@ -4,21 +4,9 @@ Contributing to Python
 Build Status
 ------------
 
-- main
+- `Buildbot status overview <https://buildbot.python.org/all/#/release_status>`_
 
-  + `Stable buildbots <https://buildbot.python.org/3.x.stable/>`_
-
-- 3.9
-
-  + `Stable buildbots <https://buildbot.python.org/3.9.stable/>`_
-
-- 3.8
-
-  + `Stable buildbots <https://buildbot.python.org/3.8.stable/>`_
-
-- 3.7
-
-  + `Stable buildbots <https://buildbot.python.org/3.7.stable/>`_
+- `GitHub Actions status <https://github.com/python/cpython/actions/workflows/build.yml>`_
 
 
 Thank You