Skip to content

Change wheel dist - Add Python 3.7, Remove PyPy, win32#19

Merged
dofuuz merged 5 commits intomainfrom
dist-37
Aug 2, 2023
Merged

Change wheel dist - Add Python 3.7, Remove PyPy, win32#19
dofuuz merged 5 commits intomainfrom
dist-37

Conversation

@dofuuz
Copy link
Copy Markdown
Owner

@dofuuz dofuuz commented Aug 2, 2023

Change wheel dist

  • Add Python 3.7
  • Exclude PyPy, win32
  • Github release

Test PyPy 3.9

@dofuuz dofuuz merged commit 65b743a into main Aug 2, 2023
@dofuuz
Copy link
Copy Markdown
Owner Author

dofuuz commented Aug 2, 2023

Decision is based on download statistics.

(pypinfo-venv) C:\dev\WPy64-31090\pypinfo-venv>pypinfo soxr impl impl-version
Served from cache: False
Data processed: 2.89 GiB
Data billed: 2.89 GiB
Estimated cost: $0.02

| implementation | impl_version | download_count |
| -------------- | ------------ | -------------- |
| CPython        | 3.8          |        104,904 |
| CPython        | 3.10         |         81,899 |
| CPython        | 3.9          |         65,194 |
| CPython        | 3.7          |         27,588 |
| CPython        | 3.11         |         23,663 |
| CPython        | 3.6          |            107 |
| CPython        | 2.7          |            101 |
| CPython        | 3.5          |              6 |
| CPython        | 3.12         |              3 |
| PyPy           | 7.3          |              3 |
| Total          |              |        303,468 |


(pypinfo-venv) C:\dev\WPy64-31090\pypinfo-venv>pypinfo soxr system cpu
Served from cache: False
Data processed: 2.77 GiB
Data billed: 2.77 GiB
Estimated cost: $0.02

| system_name | cpu     | download_count |
| ----------- | ------- | -------------- |
| Linux       | x86_64  |        224,813 |
| Windows     | AMD64   |         43,564 |
| Darwin      | arm64   |         18,543 |
| Darwin      | x86_64  |         12,282 |
| Linux       | aarch64 |          4,145 |
| Linux       | armv7l  |             73 |
| Linux       | armv8l  |             21 |
| Windows     | x86     |             12 |
| Linux       | ppc64le |              8 |
| Windows     | None    |              7 |
| Total       |         |        303,468 |


(pypinfo-venv) C:\dev\WPy64-31090\pypinfo-venv>pypinfo soxr libc
Served from cache: False
Data processed: 2.20 GiB
Data billed: 2.20 GiB
Estimated cost: $0.02

| libc_name | download_count |
| --------- | -------------- |
| glibc     |        228,937 |
| None      |         74,547 |
| Total     |        303,484 |


(pypinfo-venv) C:\dev\WPy64-31090\pypinfo-venv>

@dofuuz dofuuz deleted the dist-37 branch October 4, 2023 15:56
@dofuuz
Copy link
Copy Markdown
Owner Author

dofuuz commented Jun 4, 2025

Updated download statistics of last 30 days:

% pypinfo --all -pc -md soxr impl impl-version
Served from cache: False
Data processed: 4.99 GiB
Data billed: 4.99 GiB
Estimated cost: $0.03

| implementation | impl_version | percent | download_count |
| -------------- | ------------ | ------: | -------------: |
| CPython        | 3.10         |  32.52% |        928,727 |
| CPython        | 3.11         |  28.20% |        805,351 |
| CPython        | 3.12         |  25.52% |        728,790 |
| CPython        | 3.9          |   6.69% |        191,000 |
| CPython        | 3.13         |   2.89% |         82,645 |
| None           | None         |   2.02% |         57,813 |
| CPython        | 3.8          |   1.67% |         47,602 |
| CPython        | 3.7          |   0.48% |         13,790 |
| CPython        | 3.6          |   0.00% |             18 |
| CPython        | 3.14         |   0.00% |              9 |
| Total          |              |         |      2,855,745 |

% pypinfo --all -pc -md soxr system cpu
Served from cache: False
Data processed: 4.66 GiB
Data billed: 4.66 GiB
Estimated cost: $0.03

| system_name | cpu     | percent | download_count |
| ----------- | ------- | ------: | -------------: |
| Linux       | x86_64  |  75.57% |      2,158,067 |
| Windows     | AMD64   |  12.97% |        370,505 |
| Darwin      | arm64   |   4.22% |        120,504 |
| Linux       | aarch64 |   2.63% |         75,170 |
| None        | None    |   2.03% |         57,912 |
| Linux       | None    |   1.69% |         48,335 |
| Darwin      | x86_64  |   0.78% |         22,326 |
| Darwin      | None    |   0.06% |          1,716 |
| Windows     | None    |   0.03% |            860 |
| Windows     |         |   0.01% |            184 |
| Total       |         |         |      2,855,579 |

% pypinfo --all -pc -md soxr libc
Served from cache: False
Data processed: 3.50 GiB
Data billed: 3.50 GiB
Estimated cost: $0.02

| libc_name | percent | download_count |
| --------- | ------: | -------------: |
| glibc     |  78.15% |      2,231,945 |
| None      |  21.82% |        623,235 |
| musl      |   0.02% |            634 |
| Total     |         |      2,855,814 |

% pypinfo --all -pc -md soxr installer
Served from cache: False
Data processed: 3.32 GiB
Data billed: 3.32 GiB
Estimated cost: $0.02

| installer_name | percent | download_count |
| -------------- | ------: | -------------: |
| pip            |  61.98% |      1,770,284 |
| uv             |  34.21% |        976,936 |
| poetry         |   1.78% |         50,890 |
| None           |   1.41% |         40,275 |
| bandersnatch   |   0.35% |          9,920 |
| requests       |   0.11% |          3,259 |
| Browser        |   0.11% |          3,014 |
| Nexus          |   0.04% |          1,210 |
| setuptools     |   0.00% |            131 |
| pdm            |   0.00% |             99 |
| Total          |         |      2,856,018 |

→ No change for wheel dists plan.
... Drop Darwin x86_64 maybe?

@dofuuz
Copy link
Copy Markdown
Owner Author

dofuuz commented Jun 12, 2025

% pypinfo --all -pc -md -l 100 soxr libc libc-version
Served from cache: False
Data processed: 4.43 GiB
Data billed: 4.43 GiB
Estimated cost: $0.03

| libc_name | libc_version | percent | download_count |
| --------- | ------------ | ------: | -------------: |
| glibc     | 2.35         |  24.59% |        744,162 |
| glibc     | 2.39         |  24.17% |        731,431 |
| None      | None         |  20.84% |        630,519 |
| glibc     | 2.31         |  14.26% |        431,413 |
| glibc     | 2.36         |  12.87% |        389,510 |
| glibc     | 2.34         |   0.99% |         30,091 |
| glibc     | 2.41         |   0.54% |         16,202 |
| glibc     | 2.28         |   0.53% |         15,969 |
| glibc     | 2.26         |   0.49% |         14,955 |
| glibc     | 2.40         |   0.35% |         10,517 |
| glibc     | 2.27         |   0.16% |          4,798 |
| glibc     | 2.17         |   0.13% |          3,798 |
| glibc     | 2.38         |   0.05% |          1,412 |
| musl      | 1.2          |   0.02% |            717 |
| glibc     | 2.37         |   0.01% |            242 |
| glibc     | 2.23         |   0.01% |            215 |
| glibc     | 2.32         |   0.01% |            183 |
| glibc     | 2.33         |   0.00% |             27 |
| glibc     | 2.24         |   0.00% |             15 |
| glibc     | 2.29         |   0.00% |             11 |
| glibc     | 2.25         |   0.00% |              9 |
| glibc     | 2.41.9000    |   0.00% |              9 |
| glibc     | 2.18         |   0.00% |              9 |
| glibc     | 2.30         |   0.00% |              8 |
| glibc     | 2.21         |   0.00% |              7 |
| glibc     | 2.22         |   0.00% |              2 |
| glibc     | 2.20-2014.11 |   0.00% |              2 |
| Total     |              |         |      3,026,233 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant