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
Copy file name to clipboardExpand all lines: web/news.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ summary: Important events happening.
5
5
6
6
This page lists important changes or issues affecting MSYS2 users. We also post them to [Twitter](https://twitter.com/msys2org) and [Mastodon](https://fosstodon.org/@msys2org), including some not-so-important things :)
7
7
8
+
### 2024-07-28 - MSYS2 support in setuptools v70.0.2
9
+
10
+
Setuptools v70.0.2 now supports mingw Python and MSYS2 natively. This eliminates
11
+
the need for SETUPTOOLS_USE_DISTUTILS=stdlib when building C extensions,
12
+
enabling "pip install" to just work for most packages without extra steps.
13
+
14
+
With the stdlib distutils now no longer being required to build packages we can
15
+
continue our work to update to Python 3.12.
16
+
8
17
### 2024-07-08 - File conflicts when updating python
9
18
10
19
Due to the recent Python 3.12 update missing .pyc files, you might see file
0 commit comments