Skip to content

Commit 88683f6

Browse files
authored
👷 Add CI for Python 3.10 (#305)
1 parent d6229b3 commit 88683f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
strategy:
2020
matrix:
21-
python-version: [3.6, 3.7, 3.8, 3.9]
21+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2222
fail-fast: false
2323

2424
steps:

0 commit comments

Comments
 (0)