Skip to content

Commit 160450a

Browse files
committed
Attempt to fix extensions with pp311
1 parent 1fc96ec commit 160450a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/storage/azure-storage-extensions/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ suppressed_skip_warnings = ["*"]
1616
requires = ["setuptools", "wheel", "cibuildwheel"]
1717

1818
[tool.cibuildwheel]
19-
build = ["cp39*", "pp39*", "pp310*"]
19+
build = ["cp39*", "pp39*", "pp310*", "pp311*"]
2020
test-requires = "pytest"
2121
test-command = "pytest {project}/tests"
2222
test-skip = "*-macosx_arm64"
23+
environment = "CFLAGS='-Wno-implicit-function-declaration'"
2324

2425
[tool.cibuildwheel.linux]
2526
archs = "x86_64 aarch64"
2627

2728
[tool.cibuildwheel.macos]
2829
archs = "x86_64 arm64"
29-
environment = "CFLAGS='-Wno-implicit-function-declaration'"
3030

3131
[tool.cibuildwheel.windows]
3232
archs = "AMD64"

0 commit comments

Comments
 (0)