Granted, the situtation with pymemcache isn’t significantly better (no releases in 3 years either, but at least their CI does target py313, albeit with a version of gevent that is too old to compile in the test requirements).
So I have to wonder out loud: should we stop recommending pylibmc without better maintenance?
Reading up on the history, the Django backend for python-memcached was deprecated in Django 3.2 and removed in 4.1. It’s unfortunate that now it might be in one of the better maintenance postures. Maybe that counsels against deprecating anything else.
We should do something about referencing that library in our docs. An alternative is to reference pylibmc2 which is a new fork. The person who created it is the one who is offering to help maintain pylibmc. They just haven’t heard back/gotten access.
Another alternative would be to “deprioritize” or “de-emphasize” the use of memcached as the cacheing engine, preferring instead to recommend one of the other options.