diff options
author | Tim Harder <radhermit@gmail.com> | 2020-12-05 00:38:29 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-12-05 00:38:29 -0700 |
commit | 2754e1e69079ed01cc7d6dfbf23a84f97932260c (patch) | |
tree | 107ceed4c42633279c98a4e0b6e87e36d3763dd3 /README.rst | |
parent | bump version (diff) | |
download | pkgcheck-2754e1e69079ed01cc7d6dfbf23a84f97932260c.tar.gz pkgcheck-2754e1e69079ed01cc7d6dfbf23a84f97932260c.tar.bz2 pkgcheck-2754e1e69079ed01cc7d6dfbf23a84f97932260c.zip |
drop py36 and py37 support
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |