giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.08k stars 1.37k forks source link

[Linux] Distribute linux wheels for python versions > 3.6 on x86 and arm64 #2389

Closed kapilt closed 3 months ago

kapilt commented 3 months ago

Per latest pypi release https://pypi.org/project/psutil/#files

psutil is not distributing wheels for any linux version of python other than 3.6 and 2.7 which are ancient and way past end of life.

Instead it should target wheel building for modern versions ideally across x86 and aarch64.

giampaolo commented 3 months ago

This is incorrect. These 2 files support any Python versions from 3.6 onward: image