Skip to content

remove warus operator from builder.py #77

Description

@pracio

the warus operator was introduced in Python 3.8, keeping it will break the support of Python 3.6.

elif m := LUA_DOUBLE_SQUARE_RE.match(lua_str):

"Programming Language :: Python :: 3.6",

we should either drop support of Python 3.6 or remove the use of warus operator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions