-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Drop EOL Python, simplify PyPy situation, improve testing #74
Merged
Commits on Jun 30, 2023
-
stop distinguishing CPython & PyPy for language-level >=3.9
numpy has been passing the test suite on PyPy 3.8 & 3.9 since at least 1.19. There are no wheels for PyPy 3.9 until numpy 1.25, but neither are there official wheels for loongarch64 etc., so we should reflect that PyPy is supported. Future PyPy versions will only be more compatible with the respective CPython version, so it's not a stretch to mirror the constraints we have for (say) CPython 3.11 to those for a future PyPy 3.11.
Configuration menu - View commit details
-
Copy full SHA for ef83f2f - Browse repository at this point
Copy the full SHA ef83f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c47c7e0 - Browse repository at this point
Copy the full SHA c47c7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc41e0d - Browse repository at this point
Copy the full SHA bc41e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bfba0f - Browse repository at this point
Copy the full SHA 2bfba0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ed4e5 - Browse repository at this point
Copy the full SHA 84ed4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e25b69 - Browse repository at this point
Copy the full SHA 2e25b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c096b82 - Browse repository at this point
Copy the full SHA c096b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec378cd - Browse repository at this point
Copy the full SHA ec378cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b611396 - Browse repository at this point
Copy the full SHA b611396View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3473d8 - Browse repository at this point
Copy the full SHA d3473d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e718d93 - Browse repository at this point
Copy the full SHA e718d93View commit details -
refine loongarch pin to apply only for py>=3.8
Co-Authored-By: Randy Döring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0457715 - Browse repository at this point
Copy the full SHA 0457715View commit details
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.