Gregory Szorc

Results 238 comments of Gregory Szorc

Commits 6b43253 and a11cdf5 adopted the Windows ARM runners.

It should go in the build configuration "field" denoted by a +. Eg. `freethreaded+pgo`

`main` is now on PyO3 0.24. We also enabled Rust on Python 3.13. And on Linux and Windows ARM CI (which are now using native ARM runners). I didn't attempt...

Yeah, we need to tackle `IntoPyObject` so we can upgrade to 0.25 and unblock 3.14 support. I'm putting out the zstandard 0.24.0 release today. But I'd love to get free-threading...

Fixed with the 0.24 release and the upgrade to 1.5.7. This was an error because the cffi bindings parse the zstd c source code and turn all structs and defines...

This PR got bit rotted. If you figure out a solution for anaconda, please rebase and ping me for a review.

I added the constraints file to `pypy.yml` just now and it doesn't seem to be honored. We can clearly see modern setuptools being installed and used. Why I have no...

CI on `main` is green now. I "fixed" the PyPy 3.9 failure by dropping support for it (since it isn't supported upstream). I "fixed" Anaconda by disabling the Windows builds....