We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0768296 commit dc6e509Copy full SHA for dc6e509
1 file changed
templates/pipeline.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-20.04
33
strategy:
34
matrix:
35
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
36
37
steps:
38
- uses: actions/checkout@v2
0 commit comments