diff --git a/.drone.yml b/.drone.yml index 681f47237..d74b33f84 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,35 +4,35 @@ name: client-python-tests steps: - name: sleep-for-opencti - image: python:3.11 + image: python:3.13 commands: - sleep 180 - name: client-test-38 - image: python:3.8 + image: python:3.13 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-39 - image: python:3.9 + image: python:3.13 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.13 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.13 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.13 commands: - pip3 install -r requirements.txt --user - pip3 install -r test-requirements.txt --user @@ -40,7 +40,7 @@ steps: # always run the examples last since they don't clean up - name: example-tests - image: python:3.12 + image: python:3.13 commands: - pip3 install -r requirements.txt --user - pip3 install .