Skip to content

Commit acf103c

Browse files
committed
not valid commit
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 63ee76e commit acf103c

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -324,24 +324,24 @@ workflows:
324324
tests:
325325
max_auto_reruns: 2
326326
jobs:
327-
- python3x:
328-
matrix:
329-
parameters:
330-
py-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
331-
- py39cassandra
332-
- py39gevent
333-
- py312aws
334-
- py313kafka
327+
#- python3x:
328+
# matrix:
329+
# parameters:
330+
# py-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
331+
#- py39cassandra
332+
#- py39gevent
333+
#- py312aws
334+
#- py313kafka
335335
- autowrapt:
336336
matrix:
337337
parameters:
338338
py-version: ["3.11", "3.12", "3.13", "3.14"]
339339
- python3150
340340
- final_job:
341341
requires:
342-
- python3x
343-
- py39cassandra
344-
- py39gevent
345-
- py312aws
346-
- py313kafka
342+
#- python3x
343+
#- py39cassandra
344+
#- py39gevent
345+
#- py312aws
346+
#- py313kafka
347347
- autowrapt

0 commit comments

Comments
 (0)