Skip to content

Commit

Permalink
Fix versions to current (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscirij committed Dec 13, 2022
1 parent 2f10dbd commit 2dc08e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python310:
python.version: '3.10'
Python311:
python.version: '3.11'

steps:
- task: UsePythonVersion@0
Expand All @@ -32,4 +32,4 @@ steps:
codecov -t "$CODECOV"
displayName: 'pytest'
env:
CODECOV: $(codecov)
CODECOV: $(codecov)

0 comments on commit 2dc08e2

Please sign in to comment.