From 57c1a6c54479d8cd4cb2306c04e1732b118937a3 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 3 May 2024 11:59:01 +0900 Subject: [PATCH] Add Python3.12 support at the latest `vtk` version (#125) --- .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