test: Python 3.10 was release on Oct. 4th (#2504)

This commit is contained in:
Christian Clauss 2021-10-05 12:20:29 +02:00 committed by GitHub
parent f2ad87ff65
commit 0a67dcd130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: