ionelmc / python-redis-lock

Lock context manager implemented via redis SET NX EX and BLPOP.
https://pypi.python.org/pypi/python-redis-lock
BSD 2-Clause "Simplified" License
534 stars 78 forks source link

Support Python3.10 #97

Open jamesliu4c opened 1 year ago

jamesliu4c commented 1 year ago

According to the entry on Pypi, this project does not support Python3.10. Does anyone know if that is a documentation error or if there is any issue using this with 3.10?

Basically, this is this issue but this year's version.

ionelmc commented 1 year ago

It is tested and supported. Looks like I forgot to update those classifiers.