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 1fc96ec commit 160450aCopy full SHA for 160450a
sdk/storage/azure-storage-extensions/pyproject.toml
@@ -16,17 +16,17 @@ suppressed_skip_warnings = ["*"]
16
requires = ["setuptools", "wheel", "cibuildwheel"]
17
18
[tool.cibuildwheel]
19
-build = ["cp39*", "pp39*", "pp310*"]
+build = ["cp39*", "pp39*", "pp310*", "pp311*"]
20
test-requires = "pytest"
21
test-command = "pytest {project}/tests"
22
test-skip = "*-macosx_arm64"
23
+environment = "CFLAGS='-Wno-implicit-function-declaration'"
24
25
[tool.cibuildwheel.linux]
26
archs = "x86_64 aarch64"
27
28
[tool.cibuildwheel.macos]
29
archs = "x86_64 arm64"
-environment = "CFLAGS='-Wno-implicit-function-declaration'"
30
31
[tool.cibuildwheel.windows]
32
archs = "AMD64"
0 commit comments