Skip to content

Commit

Permalink
ci: no more python 3.7, add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wwade committed Nov 25, 2022
1 parent 6644bda commit f3df1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
vmImage: ubuntu-20.04
strategy:
matrix:
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
Python311:
python.version: '3.11'
steps:
- template: steps.yaml

Expand Down

0 comments on commit f3df1b0

Please sign in to comment.