piskvorky / sqlitedict

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

minimum supported Py version is 3.7 #147

Closed mpenkov closed 2 years ago

mpenkov commented 2 years ago

@piskvorky I reckon we should drop support for old Python versions and release this as 2.0.0 (not 1.8.0, as previously discussed). What do you think?

piskvorky commented 2 years ago

Yes. And also, for any wheels (gensim, bounter?), add the latest Python version to CI + PyPI as well.