lericson / pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.
http://sendapatch.se/projects/pylibmc/
BSD 3-Clause "New" or "Revised" License
478 stars 136 forks source link

Add support for Python 3.10 #271

Closed timgraham closed 1 year ago

timgraham commented 2 years ago

Tested locally after fixing nose compatibility with Python 3.10 by replacing collections.Callable with collections.abc.Callable (see https://github.com/lericson/pylibmc/pull/263#issuecomment-952003622). I guess we should remove the dependency on nose before merging this so Travis doesn't break.

lericson commented 2 years ago

Can you run the Travis CI stuff locally?

lericson commented 1 year ago

Badabing badabom - it is done