jd-boyd / python-lzo

Python bindings for the LZO data compression library
GNU General Public License v2.0
74 stars 41 forks source link

Make a new release with Python 3.10 support #52

Closed sbraz closed 2 years ago

sbraz commented 3 years ago

Hello, It looks like it took a few commits to make the project work with Python 3.10, would it please be possible to create a new release with all these so that we don't have to backport them downstream in the Gentoo package?

jd-boyd commented 3 years ago

Seems like a good reason to get it done. I will try to get it done soon.

jd-boyd commented 2 years ago

A new release has been made. I don't currently have python 3.10 setup to test against, so please let me know if the new release works with it. I believe I heard that the unit tests don't currently work due to nose not support 3.10.

sbraz commented 2 years ago

Tests work with v1.14 and Python 3.10, thanks.