Skip to content

Commit 28fcd72

Browse files
hjmjohnsonclaude
andcommitted
ENH: Update Azure CI Python version from 3.9 to 3.10
ITK v6.0 requires Python >= 3.10 for wrapping. Update the LinuxCxx20 CI job to use Python 3.10 instead of 3.9. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d0a2588 commit 28fcd72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Testing/ContinuousIntegration/AzurePipelinesLinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
displayName: "Checkout pull request HEAD"
246246
- task: UsePythonVersion@0
247247
inputs:
248-
versionSpec: "3.9"
248+
versionSpec: "3.10"
249249
architecture: "x64"
250250
- bash: |
251251
set -x

0 commit comments

Comments
 (0)