Skip to content

Commit 7c851cd

Browse files
committed
CI: Add python 3.10 to test matrix
1 parent 27d8fb0 commit 7c851cd

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
10+
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10-dev']
1111
env:
1212
cache-revision: 1
1313
steps:

0 commit comments

Comments
 (0)