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

Fixes to work with Python 3.12+ #254

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Fixes to work with Python 3.12+ #254

wants to merge 1 commit into from

Commits on Jun 21, 2024

  1. - Switch from pkg_resources to importlib_metadata.

    - Eliminate the use of pkg_resources which is no longer installed with
      Python 3.12 and greater.
    
    - Add setuptools to requirements.txt which is no longer included in
      Python distributions (>= 3.12).
    bje- committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e34d6d4 View commit details
    Browse the repository at this point in the history