From c272a1edc883ad8b96d6e0b9a0e066c2cd7d7ed8 Mon Sep 17 00:00:00 2001 From: "Hongrui (Billy) Zheng" Date: Tue, 6 Aug 2024 12:08:28 -0400 Subject: [PATCH] Update ci.yml --- .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 9668f4aa..7f33e43d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Install openGL