hiredis-py icon indicating copy to clipboard operation
hiredis-py copied to clipboard

Release for supporting Python 3.10

Open mateokurti opened this issue 3 years ago • 2 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?

mateokurti avatar Sep 07 '22 15:09 mateokurti

@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 avatar Sep 29 '22 09:09 rth

@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.

michael-grunder avatar Sep 29 '22 16:09 michael-grunder

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

godlygeek avatar Oct 24 '22 16:10 godlygeek

This library is apparently abandoned.

im-n1 avatar Oct 25 '22 12:10 im-n1

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

mateokurti avatar Oct 26 '22 12:10 mateokurti

Most recent update about this was in https://github.com/redis/hiredis-py/issues/63#issuecomment-1276308960

rth avatar Oct 26 '22 13:10 rth

Hi there,

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

baseplate-admin avatar Nov 27 '22 12:11 baseplate-admin

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.

chayim avatar Nov 30 '22 06:11 chayim

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.

rth avatar Nov 30 '22 23:11 rth