From 3ef4570334a948510521ebcfccf6e9a37a8bb74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 30 Oct 2022 17:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8Dpython3.10=E7=9A=84=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 1 + .github/workflows/build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 1a2bc1a..ffc0741 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -15,6 +15,7 @@ jobs: matrix: python_version: - "3.11" + - "3.10" name: Windows Python ${{ matrix.python_version }} steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a13f6e0..b54fcb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: matrix: python_version: - "3.11" + - "3.10" name: Windows Python ${{ matrix.python_version }} steps: - uses: actions/checkout@v2