indygreg / python-zstandard

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

Provide wheels for Python 3.11 #183

Closed alexmatskevych closed 1 year ago

alexmatskevych commented 1 year ago

Hi,

Is it possible to provide wheels for python 3.11?

indygreg commented 1 year ago

Definitely! My policy is to only release new wheels with new releases in order to avoid problems with pip getting confused about the presence of a new wheel when using hash pinning in requirements files.

I'll try to get a new release published in the next few hours.