libxkbcommon/.azure-pipelines/steps/dependencies-python.yml

7 lines
111 B
YAML

---
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'
displayName: 'Use Python 3.7'