We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51866c7 commit 6159e90Copy full SHA for 6159e90
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- python-version: ['3.7', '3.8', '3.9']
+ python-version: ['3.7', '3.8', '3.9', '3.10']
25
26
steps:
27
- name: Checkout changes
0 commit comments