Skip to content

Commit

Permalink
perf($Python): upgrade Python to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 6, 2023
1 parent 1d5394f commit 24f5b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/project-environment-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.11.2"
python-version: "3.11.3"
architecture: x64
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
cache: "pipenv"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here are the highlights of **python_boilerplate**:

1. Inherited from modern and the latest Python technologies:

`Python` - [![Python](https://img.shields.io/badge/Python-v3.11.2-blue)](https://www.python.org/downloads/release/python-3112/)
`Python` - [![Python](https://img.shields.io/badge/Python-v3.11.3-blue)](https://www.python.org/downloads/release/python-3113/)

`Pipenv` is to Python virtualenv management tool for the project.

Expand Down

0 comments on commit 24f5b1b

Please sign in to comment.