From a6ec930f15689c27998ef75440c06258ae143a33 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 8 Jul 2025 09:14:34 +0100 Subject: [PATCH] Welcome to our new platform maintainers! (#2481) * Add new platform maintainers to README! * Add a codeowners file --- .github/CODEOWNERS | 2 ++ README.md | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..fb4409e6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +cibuildwheel/platforms/ios.py @freakboy3742 +cibuildwheel/platforms/pyodide.py @hoodmane @ryanking13 @agriyakhetarpal diff --git a/README.md b/README.md index e9c1068d..8c69f9ae 100644 --- a/README.md +++ b/README.md @@ -312,12 +312,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 -------