-
Hello, Is there any reason that on the PyPI, Python 3.12 binary wheels are not published? |
Beta Was this translation helpful? Give feedback.
Answered by
TingDaoK
Jul 15, 2024
Replies: 2 comments
-
Because we supports abi3 since python 3.11. So, the binaries with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waahm7
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
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-abi3
will work for python 3.11+ (3.12) as well.