|
Hello, Is there any reason that on the PyPI, Python 3.12 binary wheels are not published? |
Answered by
TingDaoK
Jul 15, 2024
Replies: 2 comments
|
Because we supports abi3 since python 3.11. So, the binaries with |
0 replies
Answer selected by
waahm7
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because we supports abi3 since python 3.11. So, the binaries with
-cp311-abi3will work for python 3.11+ (3.12) as well.