Skip to content

Commit

Permalink
Update Python version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Dec 10, 2022
1 parent 0e5d37f commit fde9783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
versionSpec: '3.8'
architecture: 'x64'

- script: |
Expand All @@ -23,4 +23,4 @@ steps:
- script: |
cd tests
python test.py
displayName: 'unittest'
displayName: 'Unit Testing'

0 comments on commit fde9783

Please sign in to comment.