From c1ed1f57e6ef5e8dae4b7f67194ba88eaf706b70 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 6 Jun 2022 13:35:28 +0100 Subject: [PATCH] python: Bump to version 3.10.4 --- .github/workflows/windows-build.yml | 2 +- .python-version | 2 +- ChangeLog.md | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index b70e1bf1..c38591cd 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-python@v3 with: - python-version: "3.10.3" + python-version: "3.10.4" architecture: "x86" - name: Install python tools diff --git a/.python-version b/.python-version index 7d4ef04f..8d7f852b 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.3 +3.10.4 diff --git a/ChangeLog.md b/ChangeLog.md index 8d7a111c..52110683 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.3. +* We now test against, and package with, Python 3.10.4. **As a consequence of this we no longer support Windows 7. This is due to @@ -27,7 +27,10 @@ produce the Windows executables and installer. --- -* We now test against, and package with, Python 3.10.3. +Pre-Release 5.4.0-beta0 +=== + +* We now test against, and package with, Python 3.10.4. Release 5.3.4 ===