We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eca66 commit 26ca7edCopy full SHA for 26ca7ed
docs/changelog.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## Version 0.10.4
4
+
5
+This version fixes the logic for handling the sysconfig variables on Windows
6
+for the values that used to be only provided on UNIX. This mostly affects
7
+targeting the Stable ABI on Python 3.13. Editable install rebuilds now work if
8
+you have a `wheel.install-dir` set, too.
9
10
+Fixes:
11
12
+* Windows 3.13 stable ABI by @LecrisUT in #865
13
+* Editable installs now respect the value of `wheel.install-dir` by @psalvaggio in #867
14
15
+Docs:
16
17
+* Add conda help to faqs by @henryiii in #868
18
19
## Version 0.10.3
20
21
This release fixes an issue on Windows systems with non-utf-8 default encodings
0 commit comments