-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove zlib.ZLIBNG_VERSION Windows requirement
#14947
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
Conversation
StanFromIreland
commented
Oct 30, 2025
Update condition for ZLIBNG_VERSION availability.
|
cc @emmatyping |
This comment has been minimized.
This comment has been minimized.
|
This seems not to be always true: (Ubuntu 24.04.3 LTS, Python installed via pyenv.) That said, even if it's only sometimes available, we should add it with an appropriate comment. |
It varies on how it was built, in the Fedora releases it is present. |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
srittau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!