We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b497d commit 8948e2aCopy full SHA for 8948e2a
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
max-parallel: 5
15
matrix:
16
- python: [3.7, 3.8,3.9]
+ python: [3.9, '3.10', '3.11']
17
fail-fast: false
18
19
steps:
0 commit comments