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
551 stars 77 forks source link

Support Python3.10 #97

Open jamesliu4c opened 2 years ago

jamesliu4c commented 2 years 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 2 years ago

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