From 773afe7c1ca9ba38216428e96ef177d2a0ce4607 Mon Sep 17 00:00:00 2001 From: jennypng <63012604+JennyPng@users.noreply.github.com> Date: Thu, 21 May 2026 13:52:24 -0700 Subject: [PATCH] remove pp39 --- sdk/storage/azure-storage-extensions/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-extensions/pyproject.toml b/sdk/storage/azure-storage-extensions/pyproject.toml index 16e64cc9c579..3da29b9f50da 100644 --- a/sdk/storage/azure-storage-extensions/pyproject.toml +++ b/sdk/storage/azure-storage-extensions/pyproject.toml @@ -17,7 +17,7 @@ suppressed_skip_warnings = ["*"] requires = ["setuptools", "wheel"] [tool.cibuildwheel] -build = ["cp39*", "pp39*", "pp310*", "pp311*"] +build = ["cp39*", "pp310*", "pp311*"] test-requires = "pytest" test-command = "pytest {project}/tests" test-skip = "*-macosx_arm64"