From 63b0b626d4207b8c69ea3cdadca4f932c103dae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Wed, 4 Oct 2023 17:45:45 -0700 Subject: [PATCH] add Py3.12 testing --- .github/workflows/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index cf02fe2..92db9d7 100755 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -17,6 +17,7 @@ jobs: matrix: python-version: - 3.11 + - 3.12 steps: - name: Checkout Repo