Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 518 ? #87

Open
dulfox opened this issue Jan 15, 2023 · 1 comment
Open

PEP 518 ? #87

dulfox opened this issue Jan 15, 2023 · 1 comment

Comments

@dulfox
Copy link

dulfox commented Jan 15, 2023

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.

@chris-ha458
Copy link

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.

Unfortunately, the documentation on this is not complete for c/c++ conditions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants