We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10d158 commit 2abf99dCopy full SHA for 2abf99d
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: [ 3.7, 3.8, 3.9 ]
+ python-version: [ 3.7, 3.8, 3.9, 3.10 ]
21
steps:
22
- name: Checkout the repository
23
uses: actions/checkout@v2
0 commit comments