We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4fb09 commit 467212dCopy full SHA for 467212d
meson.build
@@ -11,7 +11,8 @@ project(
11
# We default to false here (so produce wheels like cp314), and can opt into
12
# producing abi3 wheels. The setting in pyproject.toml is
13
# `limited-api=true`, but this default will ensure it is opt-in:
14
- 'python.allow_limited_api=false',
+ 'python.allow_limited_api=true', #FIXME: set to true only for testing
15
+ #'python.allow_limited_api=false',
16
],
17
)
18
0 commit comments