From d139b9bfa56114f1091da1d2cf8fdf039a7ecebf Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 29 Jun 2025 18:59:53 +0100 Subject: [PATCH 1/2] Add new platform maintainers to README! --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0abcf8f9e..f551af112 100644 --- a/README.md +++ b/README.md @@ -314,12 +314,22 @@ Everyone interacting with the cibuildwheel project via codebase, issue tracker, Maintainers ----------- +Core: + - Joe Rickerby [@joerick](https://github.com/joerick) - Yannick Jadoul [@YannickJadoul](https://github.com/YannickJadoul) - Matthieu Darbois [@mayeut](https://github.com/mayeut) - Henry Schreiner [@henryiii](https://github.com/henryiii) - Grzegorz Bokota [@Czaki](https://github.com/Czaki) +Platform maintainers: + +- Russell Keith-Magee [@freakboy3742](https://github.com/freakboy3742) (iOS) +- Agriya Khetarpal [@agriyakhetarpal](https://github.com/agriyakhetarpal) (Pyodide) +- Hood Chatham [@hoodmane](https://github.com/hoodmane) (Pyodide) +- Gyeongjae Choi [@ryanking13](https://github.com/ryanking13) (Pyodide) +- Tim Felgentreff [@timfel](https://github.com/timfel) (GraalPy) + Credits ------- From 6be464148748843b19a3050a57127e0f2f273f37 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 5 Jul 2025 19:07:58 +0100 Subject: [PATCH 2/2] Add a codeowners file --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..fb4409e64 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +cibuildwheel/platforms/ios.py @freakboy3742 +cibuildwheel/platforms/pyodide.py @hoodmane @ryanking13 @agriyakhetarpal