From 30db492212a99c66a957ff051fc54dffcefc7262 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 4 Apr 2021 21:45:05 +0100 Subject: [PATCH] Bump to Python 3.9.4 I can PyCharm debug with this, unlike 3.9.3 :) --- .github/workflows/windows-build.yml | 2 +- .python-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 7a62de8e..8cc9297c 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: "3.9.3" + python-version: "3.9.4" architecture: "x86" - name: Install python tools diff --git a/.python-version b/.python-version index 820476af..e0d61b5b 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9.3 +3.9.4