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

Commit 6ce8791

Browse files
Update python Docker tag to v3.14
1 parent 727a64e commit 6ce8791

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.drone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@ steps:
99
- echo DRONE_STAGE_MACHINE ${DRONE_STAGE_MACHINE}
1010

1111
- name: sleep-for-opencti
12-
image: python:3.11
12+
image: python:3.14
1313
commands:
1414
- sleep 180
1515
- name: client-test-39
16-
image: python:3.9
16+
image: python:3.14
1717
commands:
1818
- pip3 install -r requirements.txt --user
1919
- pip3 install -r test-requirements.txt --user
2020
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2121
- name: client-test-310
22-
image: python:3.10
22+
image: python:3.14
2323
commands:
2424
- pip3 install -r requirements.txt --user
2525
- pip3 install -r test-requirements.txt --user
2626
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2727
- name: client-test-311
28-
image: python:3.11
28+
image: python:3.14
2929
commands:
3030
- pip3 install -r requirements.txt --user
3131
- pip3 install -r test-requirements.txt --user
3232
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3333
- name: client-test-312
34-
image: python:3.12
34+
image: python:3.14
3535
commands:
3636
- pip3 install -r requirements.txt --user
3737
- pip3 install -r test-requirements.txt --user
3838
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3939

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

0 commit comments

Comments
 (0)