Matthieu Darbois
Matthieu Darbois
The best I could do given the code base was to add ELTS to `rhubi`. `rhubi` does not get ELTS support if I'm not mistaken and has the same regular...
I've been meaning to add something like this to [pypinfo](https://github.com/ofek/pypinfo) but never found the time (or real motivation) to do this. If going with the scripts here, then, you only...
I only expected missing macOS arm64 versions to be added when opening https://github.com/actions/python-versions/pull/259 It seems that rather than adding the missing platform, every platform was rebuilt and published... > Where...
If I'm not mistaken, Python 3.7 has never been supported on macOS arm64 and upstream support in CPython has only been added for 3.8+ (in 3.8.10 for the 3.8 branch)....
I had a first look at how it could be implemented given the current state of things in actions: - [manifest files generation](https://github.com/actions/versions-package-tools/tree/main) seems compatible with the addition of a...
@mattip, PyPy already works out of the box on macOS arm64 self-hosted runners (so should be the same on github-hosted runners once available): https://github.com/mayeut/setup-python/actions/runs/3669884297/jobs/6204031022 I'm not sure if universal2 selector...
> Is that intentional? Yes, since there's no arm64 package in python-versions, I was just checking if reusing the x86_64 python 3.11 one would work as-is (since it's a universal2...
@RubenRBS, can this be reviewed please ?
with #24144 merged, we need a rebuild of re2
With abseil shared now being a thing on Windows, there's a new failure. I can't debug on Windows. I will just disable this for now.