scikit-build-core
scikit-build-core copied to clipboard
Bump Pypy?
From the Pypy home page:
We currently support python 3.11 and 2.7.
How about bumping PyPy at these locations, from 3.10 to 3.11 and perhaps from 3.9 to 3.10? https://github.com/scikit-build/scikit-build-core/blob/3f371fff3d0dd424811ef73f58d88389263d79db/.github/workflows/ci.yml#L54-L55 https://github.com/scikit-build/scikit-build-core/blob/3f371fff3d0dd424811ef73f58d88389263d79db/.github/workflows/ci.yml#L60-L61 https://github.com/scikit-build/scikit-build-core/blob/3f371fff3d0dd424811ef73f58d88389263d79db/.github/workflows/ci.yml#L66-L67
Sounds reasonable, PR welcome :). Ideally we keep the older supported/available versions which should be the pyp-3.9 ones. A new pypy-3.10 for macos might need to be added as the oldest version that is available on macos arm. If you can find some other holes in there, please raise them