Skip to content

Support Python 3.12 #117

Description

@rad-pat

With Python 3.12 the following error is encountered:

  Traceback (most recent call last):
    File "/opt/hostedtoolcache/Python/3.12.2/x64/bin/liccheck", line 5, in <module>
      from liccheck.command_line import main
    File "/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/liccheck/command_line.py", line 5, in <module>
      from liccheck.requirements import parse_requirements, resolve, resolve_without_deps
    File "/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/liccheck/requirements.py", line 1, in <module>
      import pkg_resources
  ModuleNotFoundError: No module named 'pkg_resources'

#114 covers the same error as a deprecation warning, but full support should be given to Python 3.12

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions