Skip to content

Commit

Permalink
chore: Run Node.js integration tests on pre-release Py3.13 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 31, 2024
1 parent 42b5e15 commit 4a8e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
python: ["3.8", "3.10", "3.12"]
python: ["3.8", "3.10", "3.12", "3.13"]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4a8e328

Please sign in to comment.