diff options
-rw-r--r-- | release-checklist.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-checklist.md b/release-checklist.md index fcce6b0..7f11194 100644 --- a/release-checklist.md +++ b/release-checklist.md @@ -7,7 +7,7 @@ - [ ] Commit those changes (`git add ... && git commit -m 'bump version to X.Y.Z'`) - [ ] Make sure the directory is clean (no uncommited changes) - [ ] Make sure the tests & lints pass - - [ ] Make sure they also do so on **Python 3.7** (current minimum version) + - [ ] Make sure they also do so on **Python 3.9** (current minimum version) - [ ] Create a new git tag: `git tag -a vX.Y.Z` - [ ] Push the tag to the remote repositories - [ ] Publish to PyPI: `poetry publish` |