Skip to content

Python version_independent: true still creates Python build matrix #2822

@awvwgk

Description

@awvwgk

Conda-forge documentation

  • I could not solve my problem using the conda-forge documentation.

Installed packages

N/A

Environment info

N/A

Issue

When using v1 recipe format I can make a Python version independent package, however I still get a Python build matrix unless I am explicitly adding a skip.

  python:
    version_independent: true
  skip:
    - not is_python_min

For the package I am building Python is a true build dependency, no host or run dependency and I want to straight-forwardly opt out from the Python build matrix. Is there a better way than declaring the package as Python version independent and skipping all but the minimal Python version?

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