Should we drop support for Cygwin?
Author: cclaussCreated Feb 26, 2026Updated May 26, 2026
LabelsWindowsPython
Windows Subsystem for Linux has taken lots of mindshare from Cygwin, slowing its development to the point where its default Python is now v3.9, which is end-of-life. Given that our README.md suggests a supported version of Python, we will soon stop supporting and testing Python 3.9.
Will Cygwin upgrade to a supported version of Python? If not, what would be the impact of us dropping support for Cygwin?
- Mentions of
Cygwinin code, issues, pull requests: https://github.com/search?q=repo%3Anodejs%2Fnode-gyp+cygwin
Perhaps this solves things? https://cygwin.com/packages/summary/python312.html vs. https://cygwin.com/packages/summary/python3.html (v3.9).
Node-gyp usage on Cygwin is blocked by:
- cygwin/cygwin-install-action#55
Source: nodejs/node-gyp