Skip to content

Commit 58ea34e

Browse files
dd-octo-sts[bot]emmettbutlergithub-actions[bot]
authored
test(debugger): remove 3.9 exploration runs [backport 4.8] (#17779)
Backport #17777 to 4.8 Co-authored-by: emmettbutler <723615+emmettbutler@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: emmett.butler <emmett.butler@datadoghq.com>
1 parent 50c9af0 commit 58ea34e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.gitlab/debugging-exploration.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
artifacts: true
2424
parallel:
2525
matrix:
26-
- ARCH_TAG: "amd64"
27-
PYTHON_TAG: "cp39-cp39"
28-
IMAGE_TAG: "v85383392-751efc0-manylinux2014_x86_64"
2926
- ARCH_TAG: "amd64"
3027
PYTHON_TAG: "cp310-cp310"
3128
IMAGE_TAG: "v85383392-751efc0-manylinux2014_x86_64"
@@ -78,7 +75,7 @@
7875
DD_DEBUGGER_EXPL_INCLUDE: "boto3"
7976
parallel:
8077
matrix:
81-
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
78+
- PYTHON_VERSION: ["3.10", "3.11", "3.12", "3.13", "3.14"]
8279
script: |
8380
git clone --depth 1 --branch ${BOTO3_TAG} https://github.com/boto/boto3.git
8481
cd boto3
@@ -105,7 +102,7 @@
105102
DD_DEBUGGER_EXPL_COVERAGE_INSTRUMENTATION_RATE: "0.01"
106103
parallel:
107104
matrix:
108-
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
105+
- PYTHON_VERSION: ["3.10", "3.11", "3.12", "3.13", "3.14"]
109106
script: |
110107
git clone --depth 1 --branch ${BOTO3_TAG} https://github.com/boto/boto3.git
111108
cd boto3

0 commit comments

Comments
 (0)