-
-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Hello,
With the latest release https://github.com/jaraco/zipp/releases/tag/v3.16.0 there's a syntax error in py310compat.py file:
def _text_encoding(encoding, stacklevel=2, /):
^
SyntaxError: invalid syntaxThis is the commit that introduces the regression 4269d27
As a side note, dropping support for a version (in this case, Python 3.7) is considered a breaking change. When introducing breaking changes, you should increment the major version number, instead of the minor version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right