Skip to content

Commit b4ed725

Browse files
committed
fix python version
1 parent 25cd058 commit b4ed725

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Python
4646
uses: actions/setup-python@v2
4747
with:
48-
python-version: 3.7
48+
python-version: 3.9
4949

5050
- name: Install Python dependencies
5151
run: |

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.7.17
24+
python-version: 3.9.18
2525

2626
- name: Cache Python packages
2727
id: cache-python
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Python
7979
uses: actions/setup-python@v4
8080
with:
81-
python-version: 3.7.17
81+
python-version: 3.9.18
8282

8383
- name: Get cached Python packages
8484
id: cache-python

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Python
4343
uses: actions/setup-python@v2
4444
with:
45-
python-version: 3.7
45+
python-version: 3.9
4646

4747
- name: Install Python dependencies
4848
run: |

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.7.17
24+
python-version: 3.9.18
2525

2626
- name: Cache Python packages
2727
id: cache-python
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Python
6969
uses: actions/setup-python@v4
7070
with:
71-
python-version: 3.7.17
71+
python-version: 3.9.18
7272

7373
- name: Get cached Python packages
7474
id: cache-python

0 commit comments

Comments
 (0)