From ce9b7c35f99c207467dfbfdf94b6b168bb2a3d5c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 28 Aug 2024 19:01:20 -0400 Subject: [PATCH] ENH: Add Python 3.12 to CI testing --- .github/workflows/notebook-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-test.yml b/.github/workflows/notebook-test.yml index 833f7808..b64466f4 100644 --- a/.github/workflows/notebook-test.yml +++ b/.github/workflows/notebook-test.yml @@ -8,7 +8,7 @@ jobs: name: Test notebooks with nbmake strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 with: