Skip to content

Commit 073d352

Browse files
committed
Add support for Python 3.10
1 parent 0f6913a commit 073d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
max-parallel: 4
2828
matrix:
29-
python-version: [3.6, 3.7, 3.8, 3.9]
29+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
3030
steps:
3131
- uses: actions/checkout@v1
3232
name: "Checkout branch"

0 commit comments

Comments
 (0)