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%3Amain+is%3Acompleted <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
_______________________________________________
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/X2G66FGT4WU6CI562FWFAP6ZZS23N4JU/
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to