From 6ce87916f8dd90d2f48f31c1550d9309f245f8cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:15:56 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b981c7226..8926f7003 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,29 +9,29 @@ steps: - echo DRONE_STAGE_MACHINE ${DRONE_STAGE_MACHINE} - name: sleep-for-opencti - image: python:3.11 + image: python:3.14 commands: - sleep 180 - name: client-test-39 - image: python:3.9 + image: python:3.14 commands: - pip3 install -r requirements.txt --user - pip3 install -r test-requirements.txt --user - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone - name: client-test-310 - image: python:3.10 + image: python:3.14 commands: - pip3 install -r requirements.txt --user - pip3 install -r test-requirements.txt --user - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone - name: client-test-311 - image: python:3.11 + image: python:3.14 commands: - pip3 install -r requirements.txt --user - pip3 install -r test-requirements.txt --user - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone - name: client-test-312 - image: python:3.12 + image: python:3.14 commands: - pip3 install -r requirements.txt --user - pip3 install -r test-requirements.txt --user @@ -39,7 +39,7 @@ steps: # always run the examples last since they don't clean up - name: example-tests - image: python:3.12 + image: python:3.14 commands: - pip3 install -r requirements.txt --user - pip3 install .