Skip to content

Commit c5545e1

Browse files
Update Python version to 3.11 in GitHub Actions workflows
1 parent 9d38f2e commit c5545e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.11"
2323

2424
- name: Install pipenv
2525
run: |

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v2
3030
with:
31-
python-version: "3.10"
31+
python-version: "3.11"
3232

3333
- name: Install Lambda (Python) dependencies
3434
run: |

0 commit comments

Comments
 (0)