Skip to content

Commit 2c54e97

Browse files
committed
not valid commit
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent cad456b commit 2c54e97

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
@@ -322,24 +322,24 @@ workflows:
322322
tests:
323323
max_auto_reruns: 2
324324
jobs:
325-
- python3x:
326-
matrix:
327-
parameters:
328-
py-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
329-
- py39cassandra
330-
- py39gevent
331-
- py312aws
332-
- py313kafka
325+
#- python3x:
326+
# matrix:
327+
# parameters:
328+
# py-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
329+
#- py39cassandra
330+
#- py39gevent
331+
#- py312aws
332+
#- py313kafka
333333
- autowrapt:
334334
matrix:
335335
parameters:
336336
py-version: ["3.11", "3.12", "3.13", "3.14"]
337337
- python3150
338338
- final_job:
339339
requires:
340-
- python3x
341-
- py39cassandra
342-
- py39gevent
343-
- py312aws
344-
- py313kafka
340+
#- python3x
341+
#- py39cassandra
342+
#- py39gevent
343+
#- py312aws
344+
#- py313kafka
345345
- autowrapt

0 commit comments

Comments
 (0)