Try Python 3.10

This commit is contained in:
Luis Ángel San Martín 2025-03-30 08:51:52 +02:00
parent a0407c910c
commit 7f08ad0776
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.13'
versionSpec: '3.10'
architecture: 'x64'
- script: |
pip install -U pip

View File

@ -20,7 +20,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.13'
versionSpec: '3.10'
architecture: 'x64'
- script: |
pip install -U pip