From 4a8e328641dac7d6416d5061345fded81ba6fa1f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 31 May 2024 04:52:02 -0400 Subject: [PATCH] chore: Run Node.js integration tests on pre-release Py3.13 (#260) As recommended at: * https://github.com/nodejs/gyp-next/pull/255/files#r1595576100 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9357bda..3056897 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [macos-13, macos-latest, ubuntu-latest, windows-latest] - python: ["3.8", "3.10", "3.12"] + python: ["3.8", "3.10", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: