Skip to content

Will not run under python 3.5 since 3.3.2 #593

Open
@alexrecarey

Description

@alexrecarey

After upgrading to 3.3.3 from 3.3.0, found that my app was broken running under python 3.5 which should not have happened for a point release. After checking the releases, it seems due to the file mypy_helpers.py in the test directory using python 3.6 code on line 15:

with open(f'{tempdirname}/__main__.py', 'w') as f:

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions