We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3508fa commit cdbccf4Copy full SHA for cdbccf4
pyproject-pypi.toml.j2
@@ -193,7 +193,9 @@ version_file = "pymomentum/_version.py"
193
[tool.cibuildwheel]
194
build = "cp312-* cp313-*"
195
build-verbosity = 3
196
-skip = "pp* *-musllinux*"
+# Skip PyPy, musllinux, and Windows for now
197
+# Windows is skipped due to cibuildwheel shell issues with export/command substitution
198
+skip = "pp* *-musllinux* *-win*"
199
archs = ["auto64"]
200
manylinux-x86_64-image = "manylinux_2_28"
201
0 commit comments