Skip to content

Commit 9e9f87e

Browse files
authored
💚 support python 3.10
With the previously removed dependencies, this now supports python 3.10
1 parent d4e3f42 commit 9e9f87e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
# Note: Python 3.10 is not yet supported
12-
python-version: [3.6, 3.7, 3.8, 3.9]
11+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
1312

1413
steps:
1514
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)