diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 33a3ebb3a38..62ee6f89cda 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -146,3 +146,6 @@ Lib/ast.py @isidentical # macOS /Mac/ @python/macos-team **/*osx_support* @python/macos-team + +# pathlib +**/*pathlib* @brettcannon