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 .