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

Officially support Python 3.7 #249

Closed hmpf closed 5 years ago

hmpf commented 5 years ago

I need some form of python memcached support in Python 3.7.

The tests (in tox) are 100% green both for 3.6 and 3.7, ran it against one of ubuntu 18.04s sub-versions of libmemcached11 (v1.0.18-4.2ubuntu0.18.04.1).

lericson commented 5 years ago

Cool stuff! Thanks a lot.