gh-135276: Refresh zipfile.Path from zipp 3.23 (#135277)

Apply changes from zipp 3.23
This commit is contained in:
Jason R. Coombs 2025-06-08 15:20:20 -04:00 committed by GitHub
parent aac22ea212
commit 8d6eb0c262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 64 additions and 28 deletions

View file

@ -8,10 +8,8 @@
from ._functools import compose
from ._itertools import consume
from ._support import import_or_skip
big_o = import_or_skip('big_o')
pytest = import_or_skip('pytest')