From dc60bd6fcee70f995d19956958b2f49e22a72cfa Mon Sep 17 00:00:00 2001 From: ZeroRin Date: Fri, 20 Sep 2024 21:33:45 +0800 Subject: [PATCH] Update Release.yml upgrade python version --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index e5f5081..abc0c1f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' - name: Install Python dependencies run: | pip install -r requirements.txt