From 1bca798fc6f66e6e060a41576fa676baa32c165f Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 31 Jan 2022 18:29:08 +0000 Subject: [PATCH] python version: Some docs updates --- ChangeLog.md | 2 +- docs/Releasing.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5c2f7e73..81a9a609 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,7 +9,7 @@ produce the Windows executables and installer. --- -* We now test against, and package with, Python 3.10.1. +* We now test against, and package with, Python 3.10.2. **As a consequence of this we no longer support Windows 7. This is due to diff --git a/docs/Releasing.md b/docs/Releasing.md index 73114b4c..d311c85a 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -439,6 +439,8 @@ When changing the Python version (Major.Minor.Patch) used: 1. `.github/workflows/windows-build.yml` needs updating to have the GitHub based build use the correct version. + 2. `ChangeLog.md` - The `We now test against, and package with, Python + M.m.P.` line. 1. Major or Minor level changes: