Skip to content

Commit 683ced4

Browse files
authored
Switch system-tests to python 3.12 (#5777)
## Summary of changes Switch system-tests to python 3.12 ## Reason for change System tests now use python 3.12 ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. -->
1 parent 31b959b commit 683ced4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4568,8 +4568,8 @@ stages:
45684568

45694569
- task: UsePythonVersion@0
45704570
inputs:
4571-
versionSpec: '3.9'
4572-
displayName: Install python 3.9
4571+
versionSpec: '3.12'
4572+
displayName: Install python 3.12
45734573

45744574
- script: git clone --depth 1 https://github.com/DataDog/system-tests.git
45754575
displayName: Get system tests repo

0 commit comments

Comments
 (0)