From d5a8263c3ca36538f5038671e46ed28b769a01f6 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Sun, 4 Feb 2024 08:07:31 -0800 Subject: [PATCH] chore(ci): test 3.12 --- .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 6c6551f..34ad1c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python_version: ["3.9", "3.10", "3.11"] + python_version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: