Skip to content

Commit 773afe7

Browse files
committed
remove pp39
1 parent 9c82ebb commit 773afe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ suppressed_skip_warnings = ["*"]
1717
requires = ["setuptools", "wheel"]
1818

1919
[tool.cibuildwheel]
20-
build = ["cp39*", "pp39*", "pp310*", "pp311*"]
20+
build = ["cp39*", "pp310*", "pp311*"]
2121
test-requires = "pytest"
2222
test-command = "pytest {project}/tests"
2323
test-skip = "*-macosx_arm64"

0 commit comments

Comments
 (0)