odie5533
a year ago
For 3.12 I found about a month after release it had all the production libraries I needed.
itamarst
a year ago
It's somewhat domain specific. Pure Python libraries have easier time supporting new releases than libraries that rely on C APIs, and even slower are those that deal with less stable implementation details like bytecode (e.g. Numba). But definitely getting better and faster every release.