pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

Release for use with Python 3.13 #218

Open akaIDIOT opened 6 months ago

akaIDIOT commented 6 months ago

In trying to make sure some projects will be compatible with Python 3.13, I'm running my CI against the python3.13-rc image. Using PDM, this makes the CI depend on the installer package. As far as I can tell, there hasn't been a release of installer since merging #201, which would fix the ImportError raised for read_binary.

In short: would it be possible to release a newer version of installer to PyPI?

akaIDIOT commented 4 months ago

Considering the particular function was 'undeprecated', this particular change might not be required anymore. Installation still fails, but it seems to be caused by cffi while installing zstandard.

I'll update this issue if anything changes.