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

Commit 0394940

Browse files
committed
[client] Introduce tests with Python 3.12
1 parent 851f93d commit 0394940

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.drone.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,16 @@ steps:
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
34+
- name: client-test-312
35+
image: python:3.12
36+
commands:
37+
- pip3 install -r requirements.txt --user
38+
- pip3 install -r test-requirements.txt --user
39+
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3440

3541
# always run the examples last since they don't clean up
3642
- name: example-tests
37-
image: python:3.11
43+
image: python:3.12
3844
commands:
3945
- pip3 install -r requirements.txt --user
4046
- pip3 install .

0 commit comments

Comments
 (0)