diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-03-08 18:45:57 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-03-08 18:45:57 +0100 |
commit | 929663d112c6ab9fabc745edee8d40c4ee62d209 (patch) | |
tree | 7db15db72de9946d117d65ceeacc79178c454d87 | |
parent | 95002962eae89bf219a119bbf897a4818981d6bc (diff) | |
download | fietsboek-929663d112c6ab9fabc745edee8d40c4ee62d209.tar.gz fietsboek-929663d112c6ab9fabc745edee8d40c4ee62d209.tar.bz2 fietsboek-929663d112c6ab9fabc745edee8d40c4ee62d209.zip |
adjust release checklist for Python 3.9
-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` |