-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove x86 windows wheels from the build workflow? #232
Comments
I came across this: https://pepy.tech/project/pygeoprocessing, but unfortunately they don't break anything down by architecture. This one is fun too: https://pypistats.org/packages/pygeoprocessing |
I hastily moved this to the 2.3.5 milestone, but it deserves looking at the PyPI bigquery statistics. I'll bump to the next minor release. |
OK! So this was pretty fun to dig into and Click to see markdown-formatted PyPI reportThe table below is the output of the following
In summary, in the past 2 years we have had a total of 136 win32 downloads, which is 0.28% of the total PyPI downloads. You can verify this count with:
So, in summary, I'll be pulling the win32 builds entirely in a forthcoming PR. |
We still build x86 wheels for windows, but it's unclear if these are actually useful. InVEST is now an x64 binary and even
conda-forge
has stopped building x86 packages. Here are a few questions that come to mind that are worth considering:The text was updated successfully, but these errors were encountered: