NicolasLM / spinach

Modern Redis task queue for Python 3
https://spinach.readthedocs.io
BSD 2-Clause "Simplified" License
63 stars 4 forks source link

Modern Python compatibility #30

Closed 0xDEC0DE closed 6 months ago

0xDEC0DE commented 6 months ago

Fix issues preventing Spinach from running correctly on CPython 3.11 / 3.12, and PyPy 3.10.

Fixes: Issue #29