Python 3.14 wheels with C extensions pre-compiled? #13025
-
|
Hi! I noticed while preparing to upgrade to Python 3.14 that the 2.0.44 release on PyPI has wheels with compiled C extensions (immutabledict, processors, collections, util, resultproxy) for Python 3.13 and lower but none for Python 3.14. Is this no longer necessary on 3.14? I did notice that Python 3.14: Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi, The next release should have wheels for 3.14. In the meantime you can build the cython extension by installing the source distribution |
Beta Was this translation helpful? Give feedback.
Hi,
The next release should have wheels for 3.14.
In the meantime you can build the cython extension by installing the source distribution