-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State of support for windows<10; how to specify lack of support for a given package #2404
Comments
The only obvious solution coming to my mind would be to make the |
IIRC, mamba did export some We'll probably need a small CEP to sync with mamba and rattler (which doesn't seem to have any Windows logic, so also versionless?). |
To give an update here, @jaimergp valiantly dove down this "small" rabbit hole: conda/ceps#103 For the
|
AFAIU we don't actually capture the windows version of the user anywhere in the package metadata; i.e.
__win
has no value, andconda info
on windows yields (for example):It's not completely lost, as it appears in the user-agent string for example, but I'm not aware this this is used anywhere, or indeed that it could be used for package metadata at all.
The trigger for opening this issue is stumbling over the boost 1.87 release notes, which state:
Boost is not alone in starting to drop windows <10, and I suspect that our coverage of this is pretty bad, because the windows agents in CI are all obviously much newer already.
Our
ucrt
package describes itself as "Redistributable files for Windows SDK. This is only needed Windows <10", so presumably we should still be broadly compatible (also because windows API is very stable).However, this raises two immediate questions:
win<10
systems?win<10
still is among our users, and do we want to consider dropping support at some point?The text was updated successfully, but these errors were encountered: