Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.
This repository was archived by the owner on May 1, 2026. It is now read-only.

Make Extension loader support python3 directly  #82

@fearthecowboy

Description

@fearthecowboy

Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows:
py 3
python3
python -- will run python --version and check for /.*3.7*/ first

On Not Windows:
python3
python -- will run python --version and check for /.*3.7*/ first

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions