From 1ec9c19f41101d48ee9b1b9c239cb2af88c36c3e Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sun, 30 Oct 2022 11:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7Python=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 590a178..1a2bc1a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.10" + - "3.11" name: Windows Python ${{ matrix.python_version }} steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db7777e..a13f6e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.10" + - "3.11" name: Windows Python ${{ matrix.python_version }} steps: - uses: actions/checkout@v2