Skip to content

Commit 81f5892

Browse files
authored
Update python version to 3.7.10 (#265)
1 parent 1d4d16f commit 81f5892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Tool Setup
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.8.5
24+
python-version: 3.7.10
2525
architecture: x64
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/kernel-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Tool Setup
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.8.5
14+
python-version: 3.7.10
1515
architecture: x64
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)