Skip to content

Specify Python 12 compatibility #8

@davenquinn

Description

@davenquinn

This project relies on importlib syntax that was introduced in Python 12.

When attempting to run on Python 3.11, TypeError: 'results.schemainspect.pg.obj' is not a package is encountered due to the structure of local file resolution. This appears to stem from use of the importlib.files function relative to a module that is not completely initialized.

The project should either specify a required Python > 3.12 in the pyproject.toml file or change package resolution to work with earlier versions. The former is probably the easiest.

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