From 8909fc82492b4dc0e553baa439b4eb480046c85a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 16 Nov 2021 11:42:19 +0000 Subject: [PATCH] Python: Bump version to 3.9.9 Test build done locally, .exe showed no problems. --- .github/workflows/windows-build.yml | 2 +- .python-version | 2 +- ChangeLog.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 80965e54..bcd99454 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2.4.0 - uses: actions/setup-python@v2.2.2 with: - python-version: "3.9.8" + python-version: "3.9.9" architecture: "x86" - name: Install python tools diff --git a/.python-version b/.python-version index 26cb4859..b04bfd83 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9.8 +3.9.9 diff --git a/ChangeLog.md b/ChangeLog.md index 756bc562..2aafb817 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.9.8. +* We now test against, and package with, Python 3.9.9. **As a consequence of this we no longer support Windows 7. This is due to @@ -30,7 +30,7 @@ produce the Windows executables and installer. Developers --- -* Now built using Python 3.9.8. +* Now built using Python 3.9.9. Release 5.2.2