Skip to content

Commit

Permalink
Unlock Python version for node-gyp
Browse files Browse the repository at this point in the history
This reverts commit 3d3b046.
  • Loading branch information
tniessen committed Dec 11, 2024
1 parent de31ffc commit 81d3122
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
pull_request:

env:
PYTHON_VERSION: '3.11'

jobs:
test-native:
runs-on: ${{matrix.os}}
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81d3122

Please sign in to comment.