Drop myself from pathlib maintenance (#100757)

This commit is contained in:
Brett Cannon 2023-01-04 14:59:48 -08:00 committed by GitHub
parent 7f1eefc6f4
commit 31b639a992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

5
.github/CODEOWNERS vendored
View File

@ -63,7 +63,7 @@ Python/traceback.c @iritkatriel
# bytecode.
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/*importlib/resources/* @jaraco @warsaw @brettcannon @FFY00
**/*importlib/resources/* @jaraco @warsaw @FFY00
**/importlib/metadata/* @jaraco @warsaw
# Dates and times
@ -152,8 +152,5 @@ Lib/ast.py @isidentical
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team
# pathlib
**/*pathlib* @brettcannon
# zipfile.Path
**/*zipfile/*_path.py @jaraco