diff --git a/README.rst b/README.rst
index 2efe366a4..a0ce5a419 100644
--- a/README.rst
+++ b/README.rst
@@ -325,7 +325,7 @@ Tests are written in the ``tests`` directory and processed using `PyTest `__ and, due to the use of unicode variable names/identifiers, is not compatible with Python 2.x. Given the small dependencies, STUMPY may work on older versions of Python but this is beyond the scope of our support and we strongly recommend that you upgrade to the most recent version of Python.
+STUMPY supports `Python 3.8+ `__ and, due to the use of unicode variable names/identifiers, is not compatible with Python 2.x. Given the small dependencies, STUMPY may work on older versions of Python but this is beyond the scope of our support and we strongly recommend that you upgrade to the most recent version of Python.
------------
Getting Help
diff --git a/pypi.sh b/pypi.sh
index c292312eb..31b492523 100755
--- a/pypi.sh
+++ b/pypi.sh
@@ -5,11 +5,12 @@
# 3. Update README with new features/functions/tutorials
# 4. Determine minimum versions and dependencies with ./min.py
# 5. Bump minimum versions and dependencies
-# a) setup.py
+# a) pyproject.toml
# b) requirements.txt
# c) environment.yml
# d) .github/worflows/github-actions.yml
# e) recipes/meta.yaml in conda-feedstock
+# f) README.md
# 6. Commit all above changes as the latest version number and push
#
# For conda-forge