Skip to content

Commit c6bf15e

Browse files
committed
Drop support for Windows 8.1
1 parent 12e0dc6 commit c6bf15e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

web/docs/windows_support.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ In some cases we can't please both groups at the same time, so we have to find c
1111

1212
**The GUI Installer:** Requires 64-bit Windows 10 (1809+) / Windows Server 2019.
1313

14-
**Msys/Cygwin Packages**: Requires 64-bit Windows 8.1 / Windows Server 2012 R2.
14+
**Msys/Cygwin Packages**: Requires 64-bit Windows 10 / Windows Server 2016.
1515

16-
**Mingw Packages**: Requires 64-bit Windows 8.1 / Windows Server 2012 R2.
16+
**Mingw Packages**: Requires 64-bit Windows 10 / Windows Server 2016.
1717
Upstream software may impose additional requirements.
1818

19-
**Mingw Toolchains**: MINGW32/MINGW64 environments allow targeting Windows 7+ still. All others allow targeting Windows 8.1+.
19+
**Mingw Toolchains**: MINGW32/MINGW64 environments allow targeting Windows 7+ still. All others allow targeting Windows 10+.
2020

2121
**Hardware Requirements**: We try to follow the minimum hardware requirements of the oldest Windows versions we support. Upstream software may impose additional requirements.
2222

@@ -38,6 +38,8 @@ We no longer support these configurations, but here's a list of resources that m
3838

3939
Various changes affecting the supported Windows versions and hardware for both pre-built packages and programs built using our toolchains.
4040

41+
**2026-02-28**: Dropped active support for Windows 8.1 and Windows Server 2012 R2.
42+
4143
**2025-11-18**: The community maintained 32-bit MSYS2 repo at
4244
https://github.com/jeremyd2019/msys2-build32 is [no longer
4345
updated](https://github.com/jeremyd2019/msys2-build32/commit/82d133b596146ecddb89d5af8c3560b31e13f726).

web/news.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ summary: Important events happening.
55

66
This page lists important changes or issues affecting MSYS2 users. You can [:material-rss: subscribe via RSS](../news.xml). We also post them to [Mastodon](https://fosstodon.org/@msys2org) / [Bluesky](https://bsky.app/profile/msys2org.bsky.social), including some not-so-important things :)
77

8+
### 2026-02-28 - Dropping support for Windows 8.1
9+
10+
As Windows 8.1 has been end-of-life (EOL) for three years, Firefox has stopped
11+
supporting it as of today, and our download statistics show that only <0.05% of
12+
our users are on Windows 8.1, we have decided to drop support for Windows 8.1 in
13+
MSYS2. This does not mean that things will immediately stop working on Windows
14+
8.1, but we will no longer attempt to resolve issues specific to it.
15+
816
### 2026-02-01 - Rust Cygwin packages update
917

1018
Back in September we got our first Rust-based Cygwin package with fish shell v4,

0 commit comments

Comments
 (0)