Skip to content

Syntax error in py310compat.py #100

@pgergov

Description

@pgergov

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 syntax

This 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions