You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.23 (2026-04-08)
-----------------
* Thousands separator in formatting was handled differently than for floats etc.
https://github.com/python/cpython/pull/131067
* Support thousands separators for formatting fractional part of Fraction.
https://github.com/python/cpython/pull/132204
* Supports building as abi3 wheel.
Note that abi3 wheels are about half as fast as Python specific builds.
* Several uncommon build architectures are now served with abi3 wheels
to reduce the number of distribution wheels. To request a more performant wheel
for a specific architecture and Python version (range), please open a ticket.
* Built using Cython 3.2.4.