Skip to content

Commit 6dca6ba

Browse files
authored
Remove pypy 3.9 from azure-storage-extensions build matrix (#47062)
1 parent af335ca commit 6dca6ba

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)