sergey-dryabzhinsky / python-zstd

Simple python bindings to Yann Collet ZSTD compression library
BSD 2-Clause "Simplified" License
165 stars 27 forks source link

CPython 3.11 wheels on PyPI #83

Closed altendky closed 1 year ago

altendky commented 2 years ago

Publishing CPython 3.11 wheels to PyPI would help other projects that use zstd and are working on their own CPython 3.11 support and distribution.

Thanks!

sergey-dryabzhinsky commented 2 years ago

I hope github actions will work.

sergey-dryabzhinsky commented 2 years ago

Well, seems PyPi services have network issues right now.

obliviateandsurrender commented 1 year ago

Hey! Any updates on this? Thank you.

altendky commented 1 year ago

Just a friendly check in here. Looks like you made the minor 3.11 inclusion in https://github.com/sergey-dryabzhinsky/python-zstd/commit/3df52107d797ab1a4e052c119bf3523ff843be8e. It appears at https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.2.6..master that there hasn't been any interesting changes since the last release, so the extra 3.11 wheels could just be built and uploaded, perhaps. Am I missing some other work that needs done? If so, is it something I could help with?

Thanks for your time on this.

altendky commented 1 year ago

Just to document the relationship, with https://github.com/sergey-dryabzhinsky/python-zstd/pull/84 merged there are two artifact groups to be added. (and thanks!)

sergey-dryabzhinsky commented 1 year ago

Done with 1.5.4.0 release

altendky commented 1 year ago

Thanks!