From c4921f62658f694f5ab72c0558b8a514f5cd3054 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 7cc1f9e0..2b02e848 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.7", "3.10"] + python: ["3.8", "3.11", "3.12-dev"] runs-on: ${{ matrix.os }} steps: @@ -26,7 +26,7 @@ jobs: path: node-gyp - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }}