Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace imp #260

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Replace imp #260

wants to merge 4 commits into from

Commits on Oct 24, 2023

  1. refactor setup.py and add pyproject.toml for PEP 517/518 support.

    Signed-off-by: gardar <gardar@users.noreply.github.com>
    gardar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ccb789a View commit details
    Browse the repository at this point in the history
  2. fix: add missing script

    gardar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7dd1e07 View commit details
    Browse the repository at this point in the history
  3. fix: version in binary

    Signed-off-by: gardar <gardar@users.noreply.github.com>
    gardar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3b62f1b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. replace imp with importlib

    imp is removed in python 3.12
    dirks committed May 15, 2024
    Configuration menu
    Copy the full SHA
    02242d4 View commit details
    Browse the repository at this point in the history