Skip to content

Commit

Permalink
test: Python 3.10 was release on Oct. 4th (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 5, 2021
1 parent f2ad87f commit 0a67dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 15
matrix:
node: [12.x, 14.x, 16.x]
python: [3.6, 3.8, 3.9]
python: ["3.6", "3.8", "3.10"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0a67dcd

Please sign in to comment.