Skip to content

Commit

Permalink
Merge pull request #943 from mkllnk/pyenv
Browse files Browse the repository at this point in the history
Bump Python from 3.8.2 to 3.9.20
  • Loading branch information
mkllnk authored Oct 9, 2024
2 parents 07e64c8 + 163784c commit a1d66b5
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.2'
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.2'
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 @@ -46,11 +46,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.9.20
```
* Create the virtualenv:
```
$ pyenv virtualenv 3.8.2 ofn-install
$ pyenv virtualenv 3.9.20 ofn-install-3.9.20
```

### Dependencies
Expand Down

0 comments on commit a1d66b5

Please sign in to comment.