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
550 stars 78 forks source link

Add python 39 as a tox target/add support for python 39. #79

Closed SalomonSmeke closed 4 years ago

SalomonSmeke commented 4 years ago

As title. Not sure what this would entail, but im happy to do it if this is desirable. Just drop me a y/n comment!

ionelmc commented 4 years ago

I usually add that before a release (I reapply that cookiecutter). You can add it if you want to see it in the CI right now I guess, otherwise I'd say it's not really necessary.

SalomonSmeke commented 4 years ago

Makes sense!