summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--docs/index.rst3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f03930dd..d8ee5edc 100644
--- a/Makefile
+++ b/Makefile
@@ -261,6 +261,7 @@ pre-release: ## Check if we're ready to produce a new release.
${MAKE} sdist
${MAKE} download-wheels-github
${MAKE} download-wheels-appveyor
+ ${MAKE} print-hashes
${MAKE} print-wheels
$(PYTHON) -m twine check dist/*
$(PYTHON) -c \
diff --git a/docs/index.rst b/docs/index.rst
index adbec06f..8c3b432b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2547,9 +2547,10 @@ If you want to develop psutil take a look at the `development guide`_.
Platforms support history
=========================
+* psutil 5.8.0 (2020-12): **PyPy 2** on Windows
* psutil 5.7.1 (2020-07): **Windows Nano**
* psutil 5.7.0 (2020-02): drop Windows XP & Server 2003 support
-* psutil 5.7.0 (2020-02): **PyPy** on Windows
+* psutil 5.7.0 (2020-02): **PyPy 3** on Windows
* psutil 5.4.0 (2017-11): **AIX**
* psutil 3.4.1 (2016-01): **NetBSD**
* psutil 3.3.0 (2015-11): **OpenBSD**