From f2a0126cbbdb0593bd4a7031a57d72b806426101 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Wed, 31 May 2023 16:53:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(main.yml):=20=E5=B0=86=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E5=8F=97=E6=94=AF=E6=8C=81=E7=9A=84Python=203.6=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E5=88=B03.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9558a803..b6a75d48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: 'Set python' uses: actions/setup-python@v1 with: - python-version: '3.6' + python-version: '3.7' - name: 'Install dependencies' run: python -m pip install --upgrade requests - name: 'Start Sign'