Skip to content

Commit 5702767

Browse files
authored
Merge pull request #5 from xnuinside/actions_python_version
update actions python version
2 parents 3624131 + ca03a2b commit 5702767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.6
14+
- name: Set up Python 3.8
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.6
17+
python-version: 3.8
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
3232
needs: [flake8_py3]
3333
strategy:
3434
matrix:
35-
python: [3.6, 3.7, 3.8, 3.9]
35+
python: [3.8, 3.9, 3.10]
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Set up Python

0 commit comments

Comments
 (0)