Skip to content

Commit 40cb959

Browse files
jeremjeremad
authored andcommitted
feat(ci): test with python 3.10
1 parent 7a1ff73 commit 40cb959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [3.6, 3.7, 3.8, 3.9]
10+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1111
steps:
1212
- uses: actions/checkout@v1
1313

0 commit comments

Comments
 (0)