From 1e25c939a6d2ef781be37739c5a23f4819327ee3 Mon Sep 17 00:00:00 2001 From: chankoo Date: Fri, 16 Aug 2024 19:00:10 +0900 Subject: [PATCH] CHG: CI strategy matrix --- .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 6143e65..224e9b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - name: Checkout Project Package