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