Skip to content

Python 3.12 may or may not be present in Mac OS #437

@yoavnir

Description

@yoavnir

Likely not. This is relevant only for .pkg, because people who build their own specs can install their own Python.

Possible solutions:

  • Build a non-Python version (like with Windows)
  • Bundle libpython3.12 with the .pkg
  • Check if some kind of static ABI (using #define Py_LIMITED_API 0x03090000 or 3.12?)
  • Both of the above?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions