From 6dae848ab2743c05fb275c3c22a9f7b4a93e9f14 Mon Sep 17 00:00:00 2001 From: Kanishk Pachauri Date: Tue, 24 Sep 2024 01:44:59 +0530 Subject: [PATCH] Add Python 3.12 to CI test matrix. Signed-off-by: Kanishk Pachauri --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92ba75e..78612bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout repository uses: actions/checkout@v4