From d312ff1f30fe593deab8505a67b530916f08a2d7 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 5 Feb 2025 21:06:58 +0100 Subject: update docs to say Python 3.10 is required --- release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release-checklist.md') diff --git a/release-checklist.md b/release-checklist.md index 7f11194..3b9632f 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.9** (current minimum version) + - [ ] Make sure they also do so on **Python 3.10** (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` -- cgit v1.2.3