From c48edfae98b1090457586e7a00b507e0aa278391 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 22 Dec 2023 16:02:09 +0900 Subject: [PATCH] Update testing-and-deployment.yml --- .github/workflows/testing-and-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index a5194fb9..49c6a052 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -29,7 +29,7 @@ jobs: # see discussion at https://github.com/pyvista/pyvista/issues/2867 matrix: include: - - python-version: '3.10' + - python-version: '3.11' vtk-version: 'latest' steps: - uses: actions/checkout@v3