Skip to content

Commit

Permalink
misc: Add Python v3.12 beta 1 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 29, 2023
1 parent aaa117c commit 52199b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
max-parallel: 15
matrix:
node: [14.x, 16.x, 18.x]
python: ["3.7", "3.9", "3.11"]
python: ["3.7", "3.9", "3.11", "3.12-dev"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 52199b3

Please sign in to comment.