From 97d187491145ee1a8bfb94a0a4764ec9d92e4d2d Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Thu, 2 May 2024 13:39:30 +0900 Subject: [PATCH] Add Python3.12 support at the latest `vtk` version --- .github/workflows/ci_cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b205c26..70d793d 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -67,6 +67,8 @@ jobs: vtk-version: '9.2.2' - python-version: '3.11' vtk-version: 'latest' + - python-version: '3.12' + vtk-version: 'latest' steps: - uses: actions/checkout@v4