From 281187481884bf4ad85f09a223a218e6cb470442 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Tue, 25 Oct 2022 16:56:56 +0800 Subject: [PATCH] add python3.11 in gh-ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ec53a7..0ef9fa1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.10"] + python-version: ["3.10", "3.11"] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false env: