diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
commit | 4d38f23251046ec48a73cd1db5773a68d58130e5 (patch) | |
tree | 882dee1ba4d7811dd006cf7fad81835d978a05e2 /howto.txt | |
parent | c2773105682ee01b5ebfe5d29e86a9634d02b053 (diff) | |
download | python-coveragepy-git-nedbat/drop-36.tar.gz |
build: drop Python 3.6 supportnedbat/drop-36
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ version_info = (4, 0, 2, "beta", 1) version_info = (4, 0, 2, "candidate", 1) version_info = (4, 0, 2, "final", 0) -- Python version number in classifiers in setup.py +- Supported Python version numbers. Search for "PYVERSIONS". + - Python version number in classifiers in setup.py - Copyright date in NOTICE.txt - Update CHANGES.rst, including release date. - don't forget the jump target |