diff --git a/.github/workflows/node-gyp.yml b/.github/workflows/node-gyp.yml index 13bd52bd..edf68773 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.8", "3.x", "3.12-dev"] + python: ["3.8", "3.x", "3.12"] runs-on: ${{ matrix.os }} steps: @@ -30,6 +30,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} + allow-prereleases: true - name: Install Python dependencies run: | cd gyp-next