
On 08/06/2022 21.21, Brett Cannon wrote:
FYI there are now tier labels for the buildbots and the links have been added to the PEP.
https://peps.python.org/pep-0011/#support-tiers https://peps.python.org/pep-0011/#support-tiers Tier 2: https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-2 https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-2 Tier 3: https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-3 https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Btier-3
(Tier 1 is covered by https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3... https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3Amain+is%3Acompleted .)
FYI, https://github.com/python/cpython/issues/93491 has landed. ./configure now checks and reports support tier level:
checking for PEP 11 support tier... x86_64-pc-linux-gnu/gcc has tier 1 (supported)
checking for PEP 11 support tier... wasm32-unknown-emscripten/clang is not supported ... Platform "wasm32-unknown-emscripten" with compiler "clang" is not supported by CPython core team, see https://peps.python.org/pep-0011/ for more information.
Christian