From 02d9f77e9d3660dcae31b28e5dfc1087b179a125 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Mon, 25 Mar 2024 11:37:58 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20support=203.11=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 be5de53..70a9075 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3