upgrade python

This commit is contained in:
BurkeHulk
2025-06-03 18:51:39 +08:00
parent 91f08c64a7
commit e00c9bbf38
6 changed files with 9 additions and 9 deletions

View File

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