Skip to content

The imp module is removed with Python 3.12#18

Description

@dvzrv

Hi! 馃憢

I'm currently looking into projects that still make use of the imp module, as we are about to upgrade to Python 3.12 on Arch Linux.

Unfortunately this project still uses imp, which is removed with Python 3.12:

https://github.com/search?q=repo%3Adpiparo%2Fvdt%20%22import%20imp%22&type=code

It would be great to replace its use with importlib, as otherwise this project will not work on Python 3.12.

Thank you for your work 馃檱

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