Skip to content

Commit

Permalink
Add Python 3.12 beta 1 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 30, 2023
1 parent 35ffeb1 commit b449e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.7", "3.10"]
python: ["3.8", "3.11", "3.12-dev"]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
path: node-gyp
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit b449e25

Please sign in to comment.