diff options
author | Suriyaa ✌️️ <isc.suriyaa@gmail.com> | 2018-06-08 15:40:55 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2018-06-08 15:40:55 (GMT) |
commit | 9e6685ea7b749ee34466e71b22d99e5112d71a95 (patch) | |
tree | de60a0a254e3d9a52fc2545f06baba9048fe58f5 /.github | |
parent | c0d062f523b16331444ff910e4596ee5608c8170 (diff) | |
download | cpython-9e6685ea7b749ee34466e71b22d99e5112d71a95.zip cpython-9e6685ea7b749ee34466e71b22d99e5112d71a95.tar.gz cpython-9e6685ea7b749ee34466e71b22d99e5112d71a95.tar.bz2 |
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index d559bd5..7f912e8 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -8,6 +8,10 @@ Build Status + `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_ +- 3.7 + + + `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_ + - 3.6 + `Stable buildbots <http://buildbot.python.org/3.6.stable/>`_ |