Closed gaborbernat closed 1 year ago
Will do when I publish a new version of ijson, hopefully soon. Different binary wheels have been requested recently a few times, but our Travis-based pipeline needs to be ported to GitHub actions first to trigger all the builds and publishing.
Please do release! Want to make my package compatible with 3.11 to see if there is a performance gain after the upgrade
@dchaplinsky the package is compatible already with 3.11, so you can go and install it without problems -- except that you'll need a compiler if you want to test the yajl2_c
backend in particular. This issue is to release binary wheels; the source distribution for 3.1.4 should work without problems.
In any case I was just doing some successful tests with cibuildwheel on GH Actions yesterday, so I might be able to release one of these days.
Thanks, much appreciated
On Mon, Jan 2, 2023 at 7:00 PM rtobar @.***> wrote:
@dchaplinsky https://github.com/dchaplinsky the package is compatible already with 3.11, so you can go and install it without problems -- except that you'll need a compiler if you want to test the yajl2_c backend in particular. This issue is to release binary wheels; the source distribution for 3.1.4 should work without problems.
In any case I was just doing some successful tests with cibuildwheel on GH Actions yesterday, so I might be able to release one of these days.
— Reply to this email directly, view it on GitHub https://github.com/ICRAR/ijson/issues/80#issuecomment-1369091976, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABAA4UUQWO2EDWPEQLBM3TWQMCSJANCNFSM6AAAAAASQGMDNY . You are receiving this because you were mentioned.Message ID: @.***>
A new 3.2.0 version of ijson has been tagged with source distribution and binary wheels published on PyPI (for version 3.2.0.post0, as there was a small problem when publishing 3.2.0). These include binary wheels for python 3.11.
Thanks! Now my package works under 3.11!
👍