From 699dd85fd42b738f67011fb4d4d756038487fefe Mon Sep 17 00:00:00 2001 From: SWHL Date: Tue, 15 Oct 2024 08:19:34 +0800 Subject: [PATCH] ci: Update python version --- .github/workflows/AutoPushToPypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutoPushToPypi.yml b/.github/workflows/AutoPushToPypi.yml index eaa3bac..7e868ce 100644 --- a/.github/workflows/AutoPushToPypi.yml +++ b/.github/workflows/AutoPushToPypi.yml @@ -18,10 +18,10 @@ jobs: - name: Pull latest code uses: actions/checkout@v3 - - name: Set up Python 3.7 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: '3.7' + python-version: '3.10' architecture: 'x64' - name: Unit testings