From 2a7d04893a7439c19117e6bda7e3db8ea19f333d Mon Sep 17 00:00:00 2001 From: qidanrui Date: Sat, 25 Nov 2023 11:37:26 +0000 Subject: [PATCH] remove python 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ab347..4fb44e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.10", "3.11", "3.12"] + python: ["3.10", "3.11"] os: [ubuntu-latest, windows-latest] include: - os: ubuntu-latest