Skip to content

Commit 7055939

Browse files
committed
update python version
Signed-off-by: Hao Xu <[email protected]>
1 parent 099883a commit 7055939

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/feast_apply_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: setup-python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: "3.7"
16+
python-version: "3.9"
1717
architecture: x64
1818
- name: Set up AWS SDK
1919
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/feast_apply_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: setup-python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: "3.7"
16+
python-version: "3.9"
1717
architecture: x64
1818
- name: Set up Cloud SDK
1919
uses: google-github-actions/setup-gcloud@v0

.github/workflows/feast_plan_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: setup-python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: "3.7"
13+
python-version: "3.9"
1414
architecture: x64
1515
- name: Set up AWS SDK
1616
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/feast_plan_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: setup-python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: "3.7"
13+
python-version: "3.9"
1414
architecture: x64
1515
- name: Set up Cloud SDK
1616
uses: google-github-actions/setup-gcloud@v0

0 commit comments

Comments
 (0)