@@ -2630,21 +2630,22 @@ If you want to develop psutil take a look at the `DEVGUIDE.rst`_.
2630
2630
Platforms support history
2631
2631
=========================
2632
2632
2633
- * psutil 5.9.6 (XXXX-XX): drop Python 3.4 and 3.5 support
2634
- * psutil 5.9.1 (2022-05): drop Python 2.6 support
2635
- * psutil 5.9.0 (2021-12): **MidnightBSD **
2636
- * psutil 5.8.0 (2020-12): **PyPy 2 ** on Windows
2637
- * psutil 5.7.1 (2020-07): **Windows Nano **
2638
- * psutil 5.7.0 (2020-02): drop Windows XP & Server 2003 support
2639
- * psutil 5.7.0 (2020-02): **PyPy 3 ** on Windows
2640
- * psutil 5.4.0 (2017-11): **AIX **
2641
- * psutil 3.4.1 (2016-01): **NetBSD **
2642
- * psutil 3.3.0 (2015-11): **OpenBSD **
2643
- * psutil 1.0.0 (2013-07): **Solaris **
2644
- * psutil 0.1.1 (2009-03): **FreeBSD **
2645
- * psutil 0.1.0 (2009-01): **Linux, Windows, macOS **
2646
-
2647
- Supported Python versions are 2.7, 3.6+ and PyPy3.
2633
+ * psutil 5.9.6 (2023-10): drop Python 3.4 and 3.5
2634
+ * psutil 5.9.1 (2022-05): drop Python 2.6
2635
+ * psutil 5.9.0 (2021-12): add **MidnightBSD **
2636
+ * psutil 5.8.0 (2020-12): add **PyPy 2 ** on Windows
2637
+ * psutil 5.7.1 (2020-07): add **Windows Nano **
2638
+ * psutil 5.7.0 (2020-02): drop Windows XP & Windows Server 2003
2639
+ * psutil 5.7.0 (2020-02): add **PyPy 3 ** on Windows
2640
+ * psutil 5.4.0 (2017-11): add **AIX **
2641
+ * psutil 3.4.1 (2016-01): add **NetBSD **
2642
+ * psutil 3.3.0 (2015-11): add **OpenBSD **
2643
+ * psutil 1.0.0 (2013-07): add **Solaris **
2644
+ * psutil 0.1.1 (2009-03): add **FreeBSD **
2645
+ * psutil 0.1.0 (2009-01): add **Linux, Windows, macOS **
2646
+
2647
+ Supported Python versions at the time of writing are cPython 2.7, 3.6+ and
2648
+ PyPy3.
2648
2649
2649
2650
Timeline
2650
2651
========
0 commit comments