From 66f09bdad2d36193f7e577dd43faea00e5b97fb2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 16 Mar 2022 16:56:55 +0000 Subject: [PATCH] python: Bump up to v3.10.3 --- .github/workflows/windows-build.yml | 2 +- .python-version | 2 +- ChangeLog.md | 4 +++- docs/Releasing.md | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 6f8aa2a4..dd0dd026 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.2" + python-version: "3.10.3" architecture: "x86" - name: Install python tools diff --git a/.python-version b/.python-version index 7b59a5ca..7d4ef04f 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.2 +3.10.3 diff --git a/ChangeLog.md b/ChangeLog.md index 36d42dab..b3c09975 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.2. +* We now test against, and package with, Python 3.10.3. **As a consequence of this we no longer support Windows 7. This is due to @@ -27,6 +27,8 @@ produce the Windows executables and installer. --- +* We now test against, and package with, Python 3.10.3. + Release 5.3.3 === diff --git a/docs/Releasing.md b/docs/Releasing.md index d311c85a..2756f2fe 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -40,8 +40,8 @@ You will need several pieces of software installed, or the files from their auto-select some others). NB: If you have need to uninstall this it's "Windows Software Development Kit - Windows 10.0.19041.1" in "Apps & Features", *not* "Windows SDK AddOn". -1. [Python](https://python.org): 32-bit version of Python 3.9 for Windows. - [v3.9.5](https://www.python.org/downloads/release/python-395/) is the most +1. [Python](https://python.org): 32-bit version of Python 3.10 for Windows. + [v3.10.3](https://www.python.org/downloads/release/python-3103/) is the most recently tested version. You need the `Windows x86 executable installer` file, for the 32-bit version. Double-check the version against the `.python.version` file, as it should always contain the intended version.