Skip to content

htpy breaks in python 3.13.3 , because of missing typing_extensions #106

@dreamflow

Description

@dreamflow

manually installing the typing_extensions by
python -m pip install -U typing_extensions
solves the problem .

in
https://github.com/pelme/htpy/blob/main/pyproject.toml
changing the line
"typing_extensions>=4.13.2 ; python_version<'3.13'",
to
"typing_extensions>=4.13.2 ; python_version>=3.13",
should repair it and also avoid the need to manually
install the typing_extensions .

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