Skip to content

Commit 7a20eea

Browse files
committed
chore: Use most recent patch version of Python in CI/CD configuration
1 parent d750fe3 commit 7a20eea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
python_version:
31-
- "3.8.13"
32-
- "3.9.16"
33-
- "3.10.9"
31+
- "3.8"
32+
- "3.9"
33+
- "3.10"
3434

3535
steps:
3636
- name: Check Out VCS Repository

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: set_up_python
4545
uses: actions/[email protected]
4646
with:
47-
python-version: "3.10.9"
47+
python-version: "3.10"
4848

4949
- name: Restoring/Saving Cache
5050
uses: actions/[email protected]

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: set_up_python
4242
uses: actions/[email protected]
4343
with:
44-
python-version: "3.10.9"
44+
python-version: "3.10"
4545

4646
- name: Create Python Virtual Environment
4747
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"

0 commit comments

Comments
 (0)