From 52199b3f10bf9b9ebfa12f60d8ed3d8109dc815c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 29 May 2023 09:31:35 +0200 Subject: [PATCH] misc: Add Python v3.12 beta 1 to the testing --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0da6cdbf87..3bb6964902 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: max-parallel: 15 matrix: node: [14.x, 16.x, 18.x] - python: ["3.7", "3.9", "3.11"] + python: ["3.7", "3.9", "3.11", "3.12-dev"] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: