diff options
author | Zachary Ware <zach@python.org> | 2022-10-25 17:13:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 17:13:37 (GMT) |
commit | 6ffb4e24e0358833194515e68bd01dc6c6024c66 (patch) | |
tree | 98e96b40997243281d48573b691ab97671ecb1aa /.github | |
parent | 175247f364f76e0a7e466e967a2af75a90e74473 (diff) | |
download | cpython-6ffb4e24e0358833194515e68bd01dc6c6024c66.zip cpython-6ffb4e24e0358833194515e68bd01dc6c6024c66.tar.gz cpython-6ffb4e24e0358833194515e68bd01dc6c6024c66.tar.bz2 |
Update build status links in contributing doc (GH-98672)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.rst | 16 |
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 |