hiredis-py
                                
                                
                                
                                    hiredis-py copied to clipboard
                            
                            
                            
                        Release for supporting Python 3.10
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?
@michael-grunder is there anything we can do to help? I think https://github.com/redis/hiredis-py/pull/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.
This library is apparently abandoned.
@m-novikov @swegener @michael-grunder any idea if this is abandoned or not guys?
Most recent update about this was in https://github.com/redis/hiredis-py/issues/63#issuecomment-1276308960
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.
Thanks @chayim ! I think for Github Actions https://github.com/redis/hiredis-py/pull/120 was in a pretty good shape, as a start. Also cibuildwheels is great for wheels building in general.