ExaWorks / psij-python

MIT License
27 stars 13 forks source link

Feature request: support for psutil 6.0 #472

Open Andrew-S-Rosen opened 3 months ago

Andrew-S-Rosen commented 3 months ago

psutil 6.0.0 just came out! It'd be great if we could update requirements.txt to support it so codes depending on psij-python can update.

hategan commented 3 months ago

Thank you @Andrew-S-Rosen for keeping an eye on this. It is appreciated. I have added psutil 6.0 to the requirements file along with 5.9 in #473. Based on a quick local test, there do not appear to be any visible issues with it.