-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: PyPy3 testing #37653
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
Comments
happy to have a PR to do this just note that allowed_failures are unfortunately not paid as much attention as one would like |
I don't really understand conda, but took an initial stab in #37665 |
@mattip Do you know when PyPy will make a Python 3.8 alpha release? We are dropping Python 3.7 support in 1.4(the next release which should be released in December). |
Thanks for the heads up. Hopefully before December. Are you basing your policies on NEP 29? |
Yes. |
cool |
PyPy now has a 3.8 release. You can get it on github actions by specifying You can also get it from pypa/manylinux2014:latest (from 5 days ago): pypy3.8 is in /opt/python/pp38-pypy38_pp73. On azuure pipelines the images may not include pypy3.8 just yet, see actions/runner-images#4347. Many of the changes have been merged, I don't know how that relates to new image deployment. |
Thanks @mattip. I'll add the testing in when I have some spare time. |
it would be really helpfull, as I encounter a strange problem with Pandas-1.3.x and PyPy on windows, that Pandas-1.2.5 didn't have #44253 |
I think #44809 added pypy testing on 3.8 on GHA so closing |
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
With the increasing support for PyPy3 in NumPy, it would be helpful if pandas started testing against PyPy3.
Describe the solution you'd like
Please consider adding
pypy3
to the.travis.yml
(allowed to fail for now).API breaking implications
No expected API breaks
Describe alternatives you've considered
This is more of a portability concern than anything else.
Additional context
Something like:
The text was updated successfully, but these errors were encountered: