Skip to content

Commit 6b2edbc

Browse files
[build] move to python 3.7.10
1 parent c9a18b9 commit 6b2edbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python 3.7
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.7.9
20+
python-version: 3.7.10
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python 3.7
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: 3.7.9
38+
python-version: 3.7.10
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Python 3.7
6565
uses: actions/setup-python@v2
6666
with:
67-
python-version: 3.7.9
67+
python-version: 3.7.10
6868
- name: Setup Java
6969
uses: actions/setup-java@v1
7070
with:
@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Python 3.7
9696
uses: actions/setup-python@v2
9797
with:
98-
python-version: 3.7.9
98+
python-version: 3.7.10
9999
- name: Setup Java
100100
uses: actions/setup-java@v1
101101
with:
@@ -130,7 +130,7 @@ jobs:
130130
- name: Set up Python 3.7
131131
uses: actions/setup-python@v2
132132
with:
133-
python-version: 3.7.9
133+
python-version: 3.7.10
134134
- name: Setup Java
135135
uses: actions/setup-java@v1
136136
with:
@@ -167,7 +167,7 @@ jobs:
167167
- name: Set up Python 3.7
168168
uses: actions/setup-python@v2
169169
with:
170-
python-version: 3.7.9
170+
python-version: 3.7.10
171171
- name: Setup Java
172172
uses: actions/setup-java@v1
173173
with:

0 commit comments

Comments
 (0)