Skip to content

Commit ee42890

Browse files
Switch to stability attribute
(cherry picked from commit de7ef3b)
1 parent befa022 commit ee42890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
14501450
'graalpython:GRAALPYTHON_GRAALVM_LICENSES',
14511451
],
14521452
priority=5,
1453-
supported=False,
1453+
stability="experimental",
14541454
))
14551455

14561456

@@ -1491,7 +1491,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
14911491
)
14921492
],
14931493
priority=5,
1494-
supported=False,
1494+
stability="experimental",
14951495
))
14961496

14971497

0 commit comments

Comments
 (0)