You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you plan to implement PEP 518 ?
It's not related directly related to #83 but I was on a ARM platform with cpython 3.11 installed and when I've asked pip to install zstd it "yelled at me" that the wheel didn't exist and neither the pyproject.toml so it has to build the old way...
I think you should think about futur compatibility and maybe move to pyproject.toml.
The text was updated successfully, but these errors were encountered:
It would be difficult, but not impossible to accomplish this due to how this repo compiles c against various targets.
In otherwords, this isn't "just" a python project but a mixed c/python project.
Do you plan to implement PEP 518 ?
It's not related directly related to #83 but I was on a ARM platform with cpython 3.11 installed and when I've asked pip to install zstd it "yelled at me" that the wheel didn't exist and neither the pyproject.toml so it has to build the old way...
I think you should think about futur compatibility and maybe move to pyproject.toml.
The text was updated successfully, but these errors were encountered: