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

chore(ci): update actions #2417

Closed mayeut closed 1 month ago

mayeut commented 1 month ago

Summary

Description

This notably removes all warnings related to Node.js 16 actions being deprecated.

CPython 3.13 is now tested with the cibuildwheel update.

Additional commits:

giampaolo commented 1 month ago

Hi Matthieu.

test python 3.8 on macOS arm64

This is just running tests or also producing a new .whl for python 3.8 on macOS arm64?

mayeut commented 1 month ago

This is just running the tests. The wheel is already there but only tested on Python 3.9+

giampaolo commented 1 month ago

Got it, thanks.