django-redis icon indicating copy to clipboard operation
django-redis copied to clipboard

Added support for Python 3.13

Open ulgens opened this issue 1 year ago • 6 comments

ulgens avatar Oct 26 '24 09:10 ulgens

redis-py still doesn't support python3.13 officially yet, but we can give it a go.

WisdomPill avatar Oct 26 '24 09:10 WisdomPill

Any plans for it? @Chayim @dvora-h

WisdomPill avatar Oct 26 '24 09:10 WisdomPill

@ulgens do not forget to add the classifier for python 3.13 to setup.cfg.

foarsitter avatar Oct 26 '24 09:10 foarsitter

@WisdomPill I was just checking redis-py, I'll try to create a PR there too, hopefully in the following week.

ulgens avatar Oct 26 '24 09:10 ulgens

@ulgens do not forget to add the classifier for python 3.13 to setup.cfg.

It's in place right now. Thank for the reminder.

ulgens avatar Oct 26 '24 09:10 ulgens

@vladvildanov I think this is you now.

chayim avatar Nov 17 '24 19:11 chayim

@ulgens / @WisdomPill / @vladvildanov Just wanted to nudge and see if this could get moved forward. Redis-py has had Python 3.13 support for a while.

robd003 avatar May 26 '25 06:05 robd003

@robd003 I rebased the branch and will be fixing the CI failures if there are any.

@chayim @WisdomPill @vladvildanov How can we move this PR forward?

ulgens avatar May 26 '25 07:05 ulgens

Also, it seems I can just merge my own PR. We may want to check the repository permissions.

ulgens avatar May 26 '25 07:05 ulgens

Are we good to go here?

robd003 avatar May 28 '25 19:05 robd003

thanks everyone!

WisdomPill avatar May 28 '25 20:05 WisdomPill