Skip to content

Commit

Permalink
Bump python from 3.8.20 to 3.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Oct 8, 2024
1 parent f75886c commit 163784c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ofn-install
ofn-install-3.9.20
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 163784c

Please sign in to comment.