piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Update supported versions in readme #158

Closed mheguy closed 2 years ago

mheguy commented 2 years ago

Based on the conversation in #157, py2 is no longer supported. And based on the test scheme, 3.7 is the lowest supported version.

mpenkov commented 2 years ago

Thank you!