From 1bf6b7f24b2ecb47d96d8d410f1c03666bf3c427 Mon Sep 17 00:00:00 2001 From: Hideto Mori Date: Fri, 8 Dec 2023 01:49:49 +0900 Subject: [PATCH] Update ci.yml --- .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 d59bd40..d1b5df2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", "3.11"] steps: - name: Checkout uses: actions/checkout@v3