Skip to content

Commit dc6e509

Browse files
authored
Update pipeline.yml
1 parent 0768296 commit dc6e509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-20.04
3333
strategy:
3434
matrix:
35-
python-version: [3.6, 3.7, 3.8, 3.9]
35+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3636

3737
steps:
3838
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)