From e2dcfbc45189b5d5635a8e1957b89097d52b1092 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 22 May 2022 10:49:11 +0100 Subject: [PATCH] Upgraded test Python version to 3.8.10 (#53) EOL for Python 3.6 was 23 Dec 2021. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .moleculew/python_version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9499768..acf1071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.8' - name: Cache Molecule id: molecule-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d21acc..a9b7bc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.8' - name: Install Ansible run: pip3 install --no-compile ansible-base diff --git a/.moleculew/python_version b/.moleculew/python_version index 5b34131..d20cc2b 100644 --- a/.moleculew/python_version +++ b/.moleculew/python_version @@ -1 +1 @@ -3.6.7 +3.8.10