Skip to content

Commit 2b4fe5e

Browse files
authored
Use Python 3.10 in diff_report job (#12847)
1 parent 3e34931 commit 2b4fe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_diff_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup python
3737
uses: actions/setup-python@v4
3838
with:
39-
python-version: 3.7
39+
python-version: '3.10'
4040

4141
- name: Install Prerequisites
4242
run: ~/api_diff_report/prerequisite.sh

0 commit comments

Comments
 (0)