Skip to content

Commit 467212d

Browse files
committed
DEBUG: default to stable ABI for testing purposes
1 parent 6c4fb09 commit 467212d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ project(
1111
# We default to false here (so produce wheels like cp314), and can opt into
1212
# producing abi3 wheels. The setting in pyproject.toml is
1313
# `limited-api=true`, but this default will ensure it is opt-in:
14-
'python.allow_limited_api=false',
14+
'python.allow_limited_api=true', #FIXME: set to true only for testing
15+
#'python.allow_limited_api=false',
1516
],
1617
)
1718

0 commit comments

Comments
 (0)