Skip to content

Allow overriding python_requires #140

Closed
@auscompgeek

Description

@auscompgeek

We would like to allow packages that use robotpy-build to override the python_requires, which is currently always set to >=3.6 (as documented here).

It's set in our setuptools wrapper function here, which means it can't be overridden currently:

self.setup_kwargs["python_requires"] = ">=3.6"

Moving it to the metadata config model would probably work, but I haven't tested it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions