Skip to content

Commit

Permalink
FIX: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 18, 2024
1 parent 424be8a commit af8c510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ stages:
displayName: 'Test minimal commands'
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
versionSpec: '3.12'
architecture: 'x64'
addToPath: true
displayName: 'Get Python'
Expand Down Expand Up @@ -255,9 +255,9 @@ stages:
strategy:
maxParallel: 4
matrix:
3.9 pip:
3.10 pip:
TEST_MODE: 'pip'
PYTHON_VERSION: '3.9'
PYTHON_VERSION: '3.10'
3.12 pip pre:
TEST_MODE: 'pip-pre'
PYTHON_VERSION: '3.12'
Expand Down

0 comments on commit af8c510

Please sign in to comment.