From 9810625d627412b8ed0bcb27f81efee9293bc736 Mon Sep 17 00:00:00 2001 From: The Z <1020111+farirat@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:24:46 +0100 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 8961b599..701ae789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - 6379:6379 strategy: matrix: - python: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] + python: [3.7, 3.8, 3.9, '3.10', 3.11] steps: - uses: actions/checkout@v2 - name: Install os dependencies