File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4- 1.23 (2026-04-07 )
4+ 1.23 (2026-04-08 )
55-----------------
66
77* Thousands separator in formatting was handled differently than for floats etc.
@@ -10,6 +10,13 @@ ChangeLog
1010* Support thousands separators for formatting fractional part of Fraction.
1111 https://github.com/python/cpython/pull/132204
1212
13+ * Supports building as abi3 wheel.
14+ Note that abi3 wheels are about half as fast as Python specific builds.
15+
16+ * Several uncommon build architectures are now served with abi3 wheels
17+ to reduce the number of distribution wheels. To request a more performant wheel
18+ for a specific architecture and Python version (range), please open a ticket.
19+
1320* Built using Cython 3.2.4.
1421
1522
You can’t perform that action at this time.
0 commit comments