wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
529 stars 75 forks source link

Add support for Python3.8, including binary wheel #108

Closed shirayu closed 4 years ago

shirayu commented 4 years ago

Would you publish a wheel for python3.8 ? (Related to #78, #79)

wbolster commented 4 years ago

yes, i should look into python 3.8 support for the wheels.

and both leveldb and snappy have new point releases so the wheels need to use those as well.

thanks for the nudge, i'll look into it later and will use this issue to report back.

wbolster commented 4 years ago

CI now also builds against python3.8: https://github.com/wbolster/plyvel/pull/109

wbolster commented 4 years ago

111 bumps the snappy and leveldb deps

wbolster commented 4 years ago

plyvel 1.2.0 with python3.8 wheels is now on pypi: https://pypi.org/project/plyvel/1.2.0/

:rocket:

wbolster commented 4 years ago

changelog at https://plyvel.readthedocs.io/en/latest/news.html