From f75886cc2ca9dd415c37f6cf2ddd7c6ebbaa33c2 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 8 Oct 2024 14:58:23 +1100 Subject: [PATCH 1/2] Bump Python from 3.8.2 to 3.8.20 --- .github/workflows/build.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00ded0a64..08d2bf517 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.8.2' + python-version: '3.8.20' - name: Set up Ansible run: | @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.8.2' + python-version: '3.8.20' - name: Set up Ansible run: | diff --git a/README.md b/README.md index 20d07343f..b32817561 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ It's recommended you set up your Python environment using [Pyenv](https://github * Install and configure [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) * Install the required Python version: ``` - $ pyenv install 3.8.2 + $ pyenv install 3.8.20 ``` * Create the virtualenv: ``` - $ pyenv virtualenv 3.8.2 ofn-install + $ pyenv virtualenv 3.8.20 ofn-install ``` ### Dependencies From 163784cbef1338b7a73181a6f89156133e466002 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 8 Oct 2024 15:10:30 +1100 Subject: [PATCH 2/2] Bump python from 3.8.20 to 3.9.20 --- .github/workflows/build.yml | 4 ++-- .python-version | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08d2bf517..f9ff3b10c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.8.20' + python-version: '3.9.20' - name: Set up Ansible run: | @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.8.20' + python-version: '3.9.20' - name: Set up Ansible run: | diff --git a/.python-version b/.python-version index c329d0380..dfd9f4513 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -ofn-install +ofn-install-3.9.20 diff --git a/README.md b/README.md index b32817561..ee8bbdfe7 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ It's recommended you set up your Python environment using [Pyenv](https://github * Install and configure [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) * Install the required Python version: ``` - $ pyenv install 3.8.20 + $ pyenv install 3.9.20 ``` * Create the virtualenv: ``` - $ pyenv virtualenv 3.8.20 ofn-install + $ pyenv virtualenv 3.9.20 ofn-install-3.9.20 ``` ### Dependencies