From aaa88214ceb21979a397576e229919bbdcf51e94 Mon Sep 17 00:00:00 2001 From: AmaseCocoa Date: Tue, 9 Jul 2024 00:03:30 +0900 Subject: [PATCH] add 3.12 test --- .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 10d09df..c58f521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: - name: Checkout repository