Skip to content

Commit bc033a3

Browse files
Update dependency python to 3.13
1 parent 095cd90 commit bc033a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/aws-oidc-deploy-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.9'
27+
python-version: '3.13'
2828

2929
- name: Install terraform cli
3030
uses: hashicorp/setup-terraform@v3

.github/workflows/e2e-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.9'
23+
python-version: '3.13'
2424

2525
- name: Install requests
2626
run: pip install requests

.github/workflows/run_pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.13'
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)