From 301e9dd760ff5c69058073f1a64b57489ac2dd12 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 26 Aug 2026 12:03:49 +0200 Subject: [PATCH] fix(ci): enable Python 3.15 release candidate on Windows Re-enable Windows latest configuration for Python 3.15. --- .github/workflows/node-gyp.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/node-gyp.yml b/.github/workflows/node-gyp.yml index 29c41d2f..f0446cec 100644 --- a/.github/workflows/node-gyp.yml +++ b/.github/workflows/node-gyp.yml @@ -23,9 +23,6 @@ jobs: python-version: 3.x - os: windows-2025-vs2026 # Windows with Visual Studio 2026 python-version: 3.x - exclude: # Reenable after Python 3.15 beta 1 - - os: windows-latest - python-version: "3.15" runs-on: ${{ matrix.os }} steps: - name: Clone gyp-next