Skip to content

newest mako breaks python 3.7 #381

@wuillaum

Description

@wuillaum

It looks like the latest release of Mako is broken on 3.7

from mako import exceptions
20:38:44 /.../lib/python3.7/site-packages/mako/exceptions.py:12: in <module>
20:38:44     from mako import compat
20:38:44 /.../python3.7/site-packages/mako/compat.py:8: in <module>
20:38:44     from importlib import metadata as importlib_metadata
20:38:44 E   ImportError: cannot import name 'metadata' from 'importlib' (/.../lib/python3.7/importlib/__init__.py)

If possible, please set the minimum Python version to 3.8, thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions