Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 475a8a5

Browse files
chore(deps): update python docker tag to v3.13
1 parent 2f03342 commit 475a8a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.drone.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@ name: client-python-tests
44

55
steps:
66
- name: sleep-for-opencti
7-
image: python:3.11
7+
image: python:3.13
88
commands:
99
- sleep 180
1010
- name: client-test-38
11-
image: python:3.8
11+
image: python:3.13
1212
commands:
1313
- pip3 install -r requirements.txt --user
1414
- pip3 install -r test-requirements.txt --user
1515
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
1616
- name: client-test-39
17-
image: python:3.9
17+
image: python:3.13
1818
commands:
1919
- pip3 install -r requirements.txt --user
2020
- pip3 install -r test-requirements.txt --user
2121
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2222
- name: client-test-310
23-
image: python:3.10
23+
image: python:3.13
2424
commands:
2525
- pip3 install -r requirements.txt --user
2626
- pip3 install -r test-requirements.txt --user
2727
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2828
- name: client-test-311
29-
image: python:3.11
29+
image: python:3.13
3030
commands:
3131
- pip3 install -r requirements.txt --user
3232
- pip3 install -r test-requirements.txt --user
3333
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3434
- name: client-test-312
35-
image: python:3.12
35+
image: python:3.13
3636
commands:
3737
- pip3 install -r requirements.txt --user
3838
- pip3 install -r test-requirements.txt --user
3939
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
4040

4141
# always run the examples last since they don't clean up
4242
- name: example-tests
43-
image: python:3.12
43+
image: python:3.13
4444
commands:
4545
- pip3 install -r requirements.txt --user
4646
- pip3 install .

0 commit comments

Comments
 (0)