diff --git a/CREDITS b/CREDITS index 0461d2eca..74e761726 100644 --- a/CREDITS +++ b/CREDITS @@ -781,7 +781,7 @@ I: 1956 N: Matthieu Darbois W: https://github.com/mayeut -I: 2039, 2142, 2147, 2153, 2040, 2102, 2216 +I: 2039, 2142, 2147, 2153, 2040, 2102, 2216, 2246, 2252 N: Hugo van Kemenade W: https://github.com/hugovk diff --git a/HISTORY.rst b/HISTORY.rst index 80db358e4..52e909f00 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,14 +14,18 @@ XXXX-XX-XX would get the right result. - 2266_: if `Process`_ class is passed a very high PID, raise `NoSuchProcess`_ instead of OverflowError. (patch by Xuehai Pan) +- 2246_: drop python 3.4 & 3.5 support. (patch by Matthieu Darbois) **Bug fixes** - 2241_, [NetBSD]: can't compile On NetBSD 10.99.3/amd64. (patch by Thomas Klausner) +- 2245_, [Windows]: fix var unbound error on possibly in `swap_memory()`_ + (patch by student_2333) - 2268_: ``bytes2human()`` utility function was unable to properly represent negative values. -- 2252_: [Windows]: `psutil.disk_usage`_ fails on Python 3.12+. (patch by Matthieu Darbois) +- 2252_: [Windows]: `psutil.disk_usage`_ fails on Python 3.12+. (patch by + Matthieu Darbois) 5.9.5 ===== diff --git a/docs/index.rst b/docs/index.rst index a43e8f51e..dbd9ab7bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2627,6 +2627,7 @@ If you want to develop psutil take a look at the `development guide`_. Platforms support history ========================= +* psutil 5.9.6 (XXXX-XX): drop Python 3.4 and 3.5 support * psutil 5.9.1 (2022-05): drop Python 2.6 support * psutil 5.9.0 (2021-12): **MidnightBSD** * psutil 5.8.0 (2020-12): **PyPy 2** on Windows