We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I'm wondering if you could add pypy3.10 wheels for watchfiles? Currently the following minimal dockerfile will fail:
FROM pypy:3.10-7.3.12-bullseye RUN pip install watchfiles
Of course you can fix by installing the rust toolchain and compiling from source, but it would be nice to have wheels in pypi.
The text was updated successfully, but these errors were encountered:
Can do, but waiting for PyO3/maturin-action#166.
Sorry, something went wrong.
fixed in #248.
Thanks!
No branches or pull requests
Hey, I'm wondering if you could add pypy3.10 wheels for watchfiles? Currently the following minimal dockerfile will fail:
Of course you can fix by installing the rust toolchain and compiling from source, but it would be nice to have wheels in pypi.
The text was updated successfully, but these errors were encountered: