scikit-build-core icon indicating copy to clipboard operation
scikit-build-core copied to clipboard

Bump Pypy?

Open DimitriPapadopoulos opened this issue 1 month ago • 1 comments
trafficstars

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

DimitriPapadopoulos avatar Oct 21 '25 08:10 DimitriPapadopoulos

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

LecrisUT avatar Oct 21 '25 08:10 LecrisUT