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

Drop EOL Python, simplify PyPy situation, improve testing #74

Merged
merged 12 commits into from
Aug 3, 2023

Commits on Jun 30, 2023

  1. 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.
    h-vetinari committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ef83f2f View commit details
    Browse the repository at this point in the history
  2. remove EOL python versions

    h-vetinari committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c47c7e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc41e0d View commit details
    Browse the repository at this point in the history
  4. improve skips for PyPy

    h-vetinari committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2bfba0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84ed4e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e25b69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c096b82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec378cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b611396 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3473d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e718d93 View commit details
    Browse the repository at this point in the history
  12. refine loongarch pin to apply only for py>=3.8

    Co-Authored-By: Randy Döring <[email protected]>
    h-vetinari and radoering committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0457715 View commit details
    Browse the repository at this point in the history