You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 ofinstaller
since merging #201, which would fix theImportError
raised forread_binary
.In short: would it be possible to release a newer version of
installer
to PyPI?The text was updated successfully, but these errors were encountered: