We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba65d8c commit 2741eadCopy full SHA for 2741ead
changelog.d/19225.removal
@@ -0,0 +1 @@
1
+Stop building release wheels for MacOS.
pyproject.toml
@@ -395,7 +395,8 @@ build-backend = "poetry.core.masonry.api"
395
# We skip:
396
# - free-threaded cpython builds: these are not currently supported.
397
# - i686: We don't support 32-bit platforms.
398
-skip = "cp3??t-* *i686*"
+# - *macosx*: we don't support building wheels for MacOS.
399
+skip = "cp3??t-* *i686* *macosx*"
400
# Enable non-default builds. See the list of available options:
401
# https://cibuildwheel.pypa.io/en/stable/options#enable
402
#
0 commit comments