Skip to content

Commit 043c469

Browse files
committed
upgrade python
1 parent 916a8fe commit 043c469

6 files changed

+9
-9
lines changed

.github/workflows/doc_check_on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v2
2626
with:
27-
python-version: "3.8.14"
27+
python-version: "3.9.0"
2828

2929
- run: python .github/workflows/scripts/check_doc_i18n.py -d docs/source
3030

@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-python@v2
5252
with:
53-
python-version: "3.8.14"
53+
python-version: "3.9.0"
5454

5555
# we use the versions in the main branch as the guide for versions to display
5656
# checkout will give your merged branch

.github/workflows/draft_github_release_post_after_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.8.14'
22+
python-version: '3.9.0'
2323
- name: generate draft
2424
id: generate_draft
2525
run: |

.github/workflows/release_docker_after_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: actions/setup-python@v2
5555
with:
56-
python-version: "3.8.14"
56+
python-version: "3.9.0"
5757

5858
- name: Install requests
5959
run: pip install requests

.github/workflows/release_nightly_on_schedule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.8.14'
21+
python-version: '3.9.0'
2222

2323
- run: |
2424
python .github/workflows/scripts/update_setup_for_nightly.py
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-python@v2
4545
with:
46-
python-version: '3.8.14'
46+
python-version: '3.9.0'
4747

4848
- name: Install requests
4949
run: pip install requests

.github/workflows/release_pypi_after_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.8.14'
21+
python-version: '3.9.0'
2222

2323
- run: python setup.py sdist build
2424

@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-python@v2
4343
with:
44-
python-version: '3.8.14'
44+
python-version: '3.9.0'
4545

4646
- name: Install requests
4747
run: pip install requests

.github/workflows/report_leaderboard_to_lark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.8.14'
20+
python-version: '3.9.0'
2121

2222
- run: pip install requests matplotlib seaborn requests_toolbelt pytz
2323

0 commit comments

Comments
 (0)