From 81d3122597f60a9a12877a5d9def56ec58815563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 11 Dec 2024 12:17:03 +0000 Subject: [PATCH] Unlock Python version for node-gyp This reverts commit 3d3b0464883e6674a52a6fbddab063acf6feef73. --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 131c050..36880a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,6 @@ on: push: pull_request: -env: - PYTHON_VERSION: '3.11' - jobs: test-native: runs-on: ${{matrix.os}} @@ -24,11 +21,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{matrix.node-version}} - # npm<10.2.3 ships a version of node-gyp that doesn't support Python>3.11. - - name: Set up Python ${{env.PYTHON_VERSION}} - uses: actions/setup-python@v5 - with: - python-version: ${{env.PYTHON_VERSION}} - name: Build run: npm install --pqclean-backend=native - name: Test @@ -142,11 +134,6 @@ jobs: with: name: web-dist path: web/dist - # npm<10.2.3 ships a version of node-gyp that doesn't support Python>3.11. - - name: Set up Python ${{env.PYTHON_VERSION}} - uses: actions/setup-python@v5 - with: - python-version: ${{env.PYTHON_VERSION}} - name: Install run: npm install - name: Test