upgrade python

This commit is contained in:
BurkeHulk 2025-06-03 18:38:07 +08:00
parent 916a8fef0e
commit 043c46941c
6 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: "3.8.14" python-version: "3.9.0"
- run: python .github/workflows/scripts/check_doc_i18n.py -d docs/source - run: python .github/workflows/scripts/check_doc_i18n.py -d docs/source
@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: "3.8.14" python-version: "3.9.0"
# we use the versions in the main branch as the guide for versions to display # we use the versions in the main branch as the guide for versions to display
# checkout will give your merged branch # checkout will give your merged branch

View File

@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8.14' python-version: '3.9.0'
- name: generate draft - name: generate draft
id: generate_draft id: generate_draft
run: | run: |

View File

@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: "3.8.14" python-version: "3.9.0"
- name: Install requests - name: Install requests
run: pip install requests run: pip install requests

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8.14' python-version: '3.9.0'
- run: | - run: |
python .github/workflows/scripts/update_setup_for_nightly.py python .github/workflows/scripts/update_setup_for_nightly.py
@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8.14' python-version: '3.9.0'
- name: Install requests - name: Install requests
run: pip install requests run: pip install requests

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8.14' python-version: '3.9.0'
- run: python setup.py sdist build - run: python setup.py sdist build
@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8.14' python-version: '3.9.0'
- name: Install requests - name: Install requests
run: pip install requests run: pip install requests

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8.14' python-version: '3.9.0'
- run: pip install requests matplotlib seaborn requests_toolbelt pytz - run: pip install requests matplotlib seaborn requests_toolbelt pytz