Skip to content

Commit

Permalink
Add python3.9 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TalUsvyatsky committed Mar 5, 2025
1 parent 70ec18f commit 224f314
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ describe('instrument', () => {
})

test.each([
[Runtime.python39, 'Datadog-Python39'],
[Runtime.python310, 'Datadog-Python310'],
[Runtime.python311, 'Datadog-Python311'],
[Runtime.python312, 'Datadog-Python312'],
Expand Down Expand Up @@ -104,6 +105,7 @@ describe('instrument', () => {
})

test.each([
[Runtime.python39, 'Datadog-Python39-ARM'],
[Runtime.python310, 'Datadog-Python310-ARM'],
[Runtime.python311, 'Datadog-Python311-ARM'],
[Runtime.python312, 'Datadog-Python312-ARM'],
Expand Down

0 comments on commit 224f314

Please sign in to comment.