giampaolo / psutil

Cross-platform lib for process and system monitoring in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kapilt opened this issue · comments

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.

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