Python 3.13 wheels for speedict
Hi, thanks for maintaining speedict.
I’m trying to use speedict as a required dependency in a package that supports Python 3.13, but installation currently fails because there do not appear to be any cp313 wheels published on PyPI for speedict.
It fails with:
Unable to find installation candidates for speedict (0.3.12)
36 wheel(s) were skipped as your project's environment does not support the identified abi tags
The published wheels currently appear to cover:
- cp37
- cp38
- cp39
- cp310
- cp311
- cp312
but not:
Would it be possible to publish Python 3.13 wheels for the supported platforms (macOS/Linux/Windows)?
In particular, macOS universal2 wheels would be very helpful.
Thanks again for the project.
Python 3.13 wheels for speedict
Hi, thanks for maintaining
speedict.I’m trying to use
speedictas a required dependency in a package that supports Python 3.13, but installation currently fails because there do not appear to be anycp313wheels published on PyPI forspeedict.It fails with:
The published wheels currently appear to cover:
but not:
Would it be possible to publish Python 3.13 wheels for the supported platforms (macOS/Linux/Windows)?
In particular, macOS universal2 wheels would be very helpful.
Thanks again for the project.