aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-12-05 00:38:29 -0700
committerTim Harder <radhermit@gmail.com>2020-12-05 00:38:29 -0700
commit2754e1e69079ed01cc7d6dfbf23a84f97932260c (patch)
tree107ceed4c42633279c98a4e0b6e87e36d3763dd3 /README.rst
parentbump version (diff)
downloadpkgcheck-2754e1e69079ed01cc7d6dfbf23a84f97932260c.tar.gz
pkgcheck-2754e1e69079ed01cc7d6dfbf23a84f97932260c.tar.bz2
pkgcheck-2754e1e69079ed01cc7d6dfbf23a84f97932260c.zip
drop py36 and py37 support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 426c0c50..e16837e8 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,7 @@ environments just execute **tox** in the root directory of a repo or unpacked
tarball. Otherwise, for a specific python version execute something similar to
the following::
- tox -e py36
+ tox -e py39
.. _`Installing python modules`: http://docs.python.org/inst/