aboutsummaryrefslogtreecommitdiff
path: root/release-checklist.md
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-02-05 21:06:58 +0100
committerDaniel Schadt <kingdread@gmx.de>2025-02-05 21:09:47 +0100
commitd312ff1f30fe593deab8505a67b530916f08a2d7 (patch)
treeea05165659abcf8d90b7141db4d7bb1c46d58260 /release-checklist.md
parent085e16a33fc3051ded89ecec9df0122f7bcedbac (diff)
downloadfietsboek-dd65c634df06672cd8d1ff1a1026328956aedc13.tar.gz
fietsboek-dd65c634df06672cd8d1ff1a1026328956aedc13.tar.bz2
fietsboek-dd65c634df06672cd8d1ff1a1026328956aedc13.zip
update docs to say Python 3.10 is requiredHEADv0.10.0master
Diffstat (limited to 'release-checklist.md')
-rw-r--r--release-checklist.md2
1 files changed, 1 insertions, 1 deletions
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`