From 2138f0fba183919e7270b155f46bce64af40faf0 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Thu, 24 Nov 2022 20:46:09 +0800 Subject: [PATCH] Update to Python 3.10 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c06acc..9a96a52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Python 3.9 + - name: Setup Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: 3.10 - name: Install dependencies run: |