Skip to content

Commit 2741ead

Browse files
Stop building wheels for MacOS (#19225)
1 parent ba65d8c commit 2741ead

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.d/19225.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Stop building release wheels for MacOS.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ build-backend = "poetry.core.masonry.api"
395395
# We skip:
396396
# - free-threaded cpython builds: these are not currently supported.
397397
# - i686: We don't support 32-bit platforms.
398-
skip = "cp3??t-* *i686*"
398+
# - *macosx*: we don't support building wheels for MacOS.
399+
skip = "cp3??t-* *i686* *macosx*"
399400
# Enable non-default builds. See the list of available options:
400401
# https://cibuildwheel.pypa.io/en/stable/options#enable
401402
#

0 commit comments

Comments
 (0)