Skip to content

Commit

Permalink
GitHub Actions: setup-python allow-prereleases for Py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 31, 2023
1 parent 9c100eb commit fe82f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fe82f1c

Please sign in to comment.