indygreg / python-zstandard

Python bindings to the Zstandard (zstd) compression library
BSD 3-Clause "New" or "Revised" License
481 stars 84 forks source link

Bump `cffi` version #226

Closed clin1234 closed 1 month ago

clin1234 commented 1 month ago

This will ensure building with Python 3.13 works

indygreg commented 1 month ago

1.17 is not yet released. So I'm going to go in a slightly different direction to support 3.13. Thanks for cluing me in to cffi compatibility issues with 3.13 though!

clin1234 commented 1 month ago

A prerelease build of cffi 1.17 is available on PyPI: python-cffi/cffi#71