-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add a pre-built binary for PyPy 3.9 #185
Comments
Hi, many apologies. This was removed in #177 because I saw PyPy3.9 is no longer available? https://pypy.org/download.html If this was a mistake, I'm fine to add it back; but as it's seemingly unmaintained is it possible to "just" upgrade to pypy3.10? |
Thank you for the quick response. It appears PyPy doesn't offer a pre-built PyPy-3.9 release since The PyPy team explained the removal at https://pypy.org/posts/2024/08/pypy-v7317-release.html.
I will bring this discussion back to the Avro community to see if we can discontinue support for PyPy 3.9. |
Sounds good; again I have no strong feelings against bringing it back w/ a post release if you run into any blockers on your end. 👍 |
Thank you for your kindness. I'll submit a PR to reintroduce PyPy 3.9 if the community feels it's still needed. |
Hi, @milesgranger. After our discussion, we decided to proceed with removing PyPy-3.9 tests: apache/avro#3211 Thank you again for your help and maintenance. I'm going to close this issue now. |
Hi @milesgranger, thank you for creating this.
I'm from the Apache Avro community. We rely on
python-snappy
, which depends oncramjam
. Our tests failed on PyPy 3.9 becausecramjam
doesn't have built PyPy 3.9 wheels.For example: https://github.com/apache/avro/actions/runs/11230133902/job/31216914304
Although we could figure out how to build
cramjam
from source or stop testing on PyPy, I wanted to discuss with you first whether it's possible to provide PyPy-3.9 on PyPI. I'm willing to help implement the workflow.The text was updated successfully, but these errors were encountered: