summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CONTRIBUTING.rst16
1 files changed, 2 insertions, 14 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index f4affee..2ef9cdc 100644
--- a/.github/CONTRIBUTING.rst
+++ b/.github/CONTRIBUTING.rst
@@ -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