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

Add a CI run with PyPy #3911

Open
mattip opened this issue Jun 18, 2020 · 1 comment
Open

Add a CI run with PyPy #3911

mattip opened this issue Jun 18, 2020 · 1 comment

Comments

@mattip
Copy link

mattip commented Jun 18, 2020

There are currently a handful of open issues with "pypy" in them. Would there be any interest in adding a PyPy CI job? Unfortunately the most modern PyPy right now only supports python3.6 which is slated for deprecation by the Python Scientific Data stack at the end of June 2020.

If this is deemed worthy, I see you use both travis and github actions for CI. Travis seems to lag a bit in PyPy support (if their documentation is up to date), while I think github actions is based on Azure Pipelines, which does have latest PyPy installed on the Ubuntu 18.04 image (at the bottom of that link). In any case, NumPy's CI unpacks a PyPy tarball release. So there are many ways to set this up.

@mattip
Copy link
Author

mattip commented Jun 18, 2020

xref dask/community#66 where the discussion of PyPy started

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

No branches or pull requests

1 participant