Skip to content

Commit 55820bf

Browse files
Update python version in github actions
Signed-off-by: Wonjae Park <[email protected]>
1 parent 029a0e1 commit 55820bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@v4
6363
with:
64-
python-version: '3.7'
64+
python-version: '3.8'
6565
- name: Install dependencies
6666
run: |
6767
python -m pip install --upgrade pip

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
python-version: [3.7, 3.8]
38+
python-version: [3.8]
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)