We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71cdf0 commit 098d093Copy full SHA for 098d093
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- python-version: [3.8]
+ python-version: [3.8, 3.9, "3.10"]
18
19
timeout-minutes: 30
20
0 commit comments