abi_tag = download["filename"].removesuffix(".whl").split("-")[-2]
if abi_tag.endswith("t") and abi_tag.startswith("cp31"):
has_free_threaded_wheel = True
zahlman 4 hours ago [-]
Wow, long time no see.
psutil is a great project and I do have some future plans involving it.
Rendered at 18:56:36 GMT+0000 (Coordinated Universal Time) with Vercel.
I was curious as to how that site works - it has a build script at https://github.com/hugovk/free-threaded-wheels/blob/cdae0b45... which checks the PyPI available file downloads for a package and looks for a bdist_wheel that matches this:
psutil is a great project and I do have some future plans involving it.