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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,35 @@ 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-11-09 - Python 3.12 Update
9
+
10
+
Over the last week we finally moved from Python 3.11 to 3.12. Thanks to
11
+
[@naveen521kk](https://github.com/naveen521kk) for updating the fork, and
12
+
everyone else who helped with rebuild issues. Also thanks to
13
+
[@jeremyd2019](https://github.com/jeremyd2019) for watching the external arm64
14
+
runner while it rebuilt all those 940 packages and fixing arm64 related issues.
15
+
16
+
There are some minor things to watch out for with this update:
17
+
18
+
* We've enabled [PEP 668](https://peps.python.org/pep-0668/) by marking the
19
+
system site-packages directory as externally managed. To prevent this from
20
+
causing too many problems right away [we have patched our version of
0 commit comments