Closed
Conversation
mattip
reviewed
May 14, 2025
.github/workflows/tests.yml
Outdated
| strategy: | ||
| max-parallel: 5 | ||
| matrix: | ||
| python-version: ['3.8', '3.9', '3.10', 'pypy-3.7-nightly'] |
Contributor
There was a problem hiding this comment.
That version of PyPy is no longer supported.
Suggested change
| python-version: ['3.8', '3.9', '3.10', 'pypy-3.7-nightly'] | |
| python-version: ['3.8', '3.9', '3.10', 'pypy-3.11-nightly'] |
Owner
Author
There was a problem hiding this comment.
I didn't update this old file and I will try to fix that.
mattip
reviewed
May 14, 2025
.github/workflows/tests.yml
Outdated
|
|
||
| - name: Install dependencies | ||
| run: | | ||
| pip install numpy cython pytest transonic pythran |
Contributor
There was a problem hiding this comment.
Pythran does not work with PyPy.
Contributor
There was a problem hiding this comment.
Ahh, maybe it does somewhat. At least it passes some tests https://github.com/pypy/binary-testing/actions/runs/14425922168
Owner
Author
There was a problem hiding this comment.
At least on Linux, Pythran and PyPy are compatible. It works well at home and I'm confident that I'll be able to fix the CI.
631d1d8 to
010d2ad
Compare
Owner
Author
|
I close because I think it's better to use https://github.com/hpyproject/piconumpy and I opened hpyproject#9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.