From 851be80993043d0a47ae8b373c23bc8a8dd3d251 Mon Sep 17 00:00:00 2001 From: Saurav Maheshkar Date: Fri, 2 Aug 2024 11:13:10 +0100 Subject: [PATCH] feat(ci): test for `3.12` in CI --- .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 13da957d6..90ed37925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, macos-latest] steps: