From 960321a69e520a49427932474eb5ace767bcf15d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 30 May 2023 16:08:05 +0200 Subject: [PATCH] Add Python 3.12 beta 1 to testing --- .github/workflows/node-gyp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-gyp.yml b/.github/workflows/node-gyp.yml index 855ecbd7..4bf71f5d 100644 --- a/.github/workflows/node-gyp.yml +++ b/.github/workflows/node-gyp.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: ["3.8", "3.x"] + python: ["3.8", "3.x", "3.12-dev"] runs-on: ${{ matrix.os }} steps: @@ -26,7 +26,7 @@ jobs: path: node-gyp - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }}