Triton icon indicating copy to clipboard operation
Triton copied to clipboard

Consider switching to using `Py_LIMITED_API`

Open mrexodia opened this issue 2 years ago • 0 comments

This allows you to build a single python wheel for all versions of python.

Reference: https://docs.python.org/3/c-api/stable.html Example workflow: https://github.com/icicle-emu/icicle-python/blob/main/.github/workflows/CI.yml

mrexodia avatar Aug 19 '23 10:08 mrexodia