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

Commit eeab22f

Browse files
committed
[client] Deprecate Python 3.8
1 parent 8caff99 commit eeab22f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.drone.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ steps:
77
image: python:3.11
88
commands:
99
- sleep 180
10-
- name: client-test-38
11-
image: python:3.8
12-
commands:
13-
- pip3 install -r requirements.txt --user
14-
- pip3 install -r test-requirements.txt --user
15-
- python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
1610
- name: client-test-39
1711
image: python:3.9
1812
commands:

0 commit comments

Comments
 (0)