From 581183b7c1aa77c8afded7e0a9fa64335d7fb727 Mon Sep 17 00:00:00 2001 From: brian-goo Date: Tue, 13 Feb 2024 18:51:41 +0900 Subject: [PATCH] Python 3.12 for 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 3d79f197..bbe9daab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] redis: ['5'] include: - python: '3.10'