Skip to content

Commit 0a67dcd

Browse files
authored
test: Python 3.10 was release on Oct. 4th (#2504)
1 parent f2ad87f commit 0a67dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 15
1010
matrix:
1111
node: [12.x, 14.x, 16.x]
12-
python: [3.6, 3.8, 3.9]
12+
python: ["3.6", "3.8", "3.10"]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:

0 commit comments

Comments
 (0)