From 24f5b1b76296f279ea3f8be5cd70f82e5e06ac3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Miller=20=28=E9=94=BA=E4=BF=8A=29?= Date: Sat, 6 May 2023 23:20:49 +0800 Subject: [PATCH] perf($Python): upgrade Python to 3.11.3 https://www.python.org/downloads/release/python-3113/ --- .github/actions/project-environment-setup/action.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/project-environment-setup/action.yml b/.github/actions/project-environment-setup/action.yml index 73ec6bf..8ba0dd2 100644 --- a/.github/actions/project-environment-setup/action.yml +++ b/.github/actions/project-environment-setup/action.yml @@ -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" diff --git a/README.md b/README.md index e0e53d7..9ce22a1 100644 --- a/README.md +++ b/README.md @@ -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.