mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
344 stars 76 forks source link

Make expiringdict compatible with python 3 #15

Open salehe opened 8 years ago

salehe commented 8 years ago

Small change only to indicate expiringdict is python 3 compatible as is.

This may need a version bump and PyPI submission.

whyscream commented 8 years ago

tox file also works when adding py34 to envlist. +1 from me

nicktimko commented 4 years ago

This is obsolete as classifiers were added, @salehe you may want to close.