Skip to content

Commit

Permalink
Add Python 3.11 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 14, 2022
1 parent 2cc72be commit ee46f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 15
matrix:
node: [14.x, 16.x, 18.x]
python: ["3.6", "3.8", "3.10"]
python: ["3.6", "3.8", "3.10", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ee46f9d

Please sign in to comment.