redis/hiredis-py

Release for supporting Python 3.10

mateokurti opened this issue ยท 9 comments

I can see that changes to support Python 3.10 have been made, but the latest release 2.0.0 does not include those changes. Can you do a release that supports Python 3.10 as well?

rth commented

@michael-grunder is there anything we can do to help? I think #120 goes in the right direction to make the release process easier.

@rth I no longer have write access to this repo and am not sure who's taken the lead in maintaining it.

Perhaps @chayim from Redis can help.

Note that Python 3.11 is being released today, so ideally the new release would include 3.11 wheels as well.

im-n1 commented

This library is apparently abandoned.

@m-novikov @swegener @michael-grunder any idea if this is abandoned or not guys?

rth commented

Most recent update about this was in #63 (comment)

Hi there,

Sorry to grave dig an old issue but now that Python 3.11 is released, is there any progress on this issue?

I'll be doing some facelifting on hiredis-py, adding things like github actions, pytest, etc. I'd like the scaffolding in place so that frankly, it's easier for me to work with :). Adding the troves and publishing the release is the easy part - and we'll do that like other clients.

This arose out of the need for a safety net from #121, and just poking around.

rth commented

Thanks @chayim ! I think for Github Actions #120 was in a pretty good shape, as a start. Also cibuildwheels is great for wheels building in general.