We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e3f42 commit 9e9f87eCopy full SHA for 9e9f87e
1 file changed
.github/workflows/tests.yml
@@ -8,8 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- # Note: Python 3.10 is not yet supported
12
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
13
14
steps:
15
- uses: actions/checkout@v2
0 commit comments