We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8d5f2 commit 9ac21feCopy full SHA for 9ac21fe
1 file changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-1.23 (2026-04-07)
+1.23 (2026-04-08)
5
-----------------
6
7
* Thousands separator in formatting was handled differently than for floats etc.
@@ -10,6 +10,13 @@ ChangeLog
10
* Support thousands separators for formatting fractional part of Fraction.
11
https://github.com/python/cpython/pull/132204
12
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
20
* Built using Cython 3.2.4.
21
22
0 commit comments