*raspberry noise*

This commit is contained in:
Andrew Cassidy 2022-05-16 21:32:01 -07:00
parent 014f7063fd
commit e5f1a45c6b

View File

@ -66,12 +66,12 @@ build = "cp*" # only build wheels for cpython.
build-frontend = "build"
test-command = "cd {project} && python -m unittest --verbose"
test-extras = ["tests"]
test_skip = "*-macosx_arm64 *-macosx_universal2:arm64" # skip testing on arm because CIBW doesnt support it
environment = { QUICKTEX_HWY_MODE = "SSE4"} # SSE4 has a 99% market share and was released under the Bush administration
[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2"] # build fat binaries, or x86-64 for python 3.7
skip = ["cp{38,39,31*}-macosx_x86_64"] # skip x86-only builds where fat binaries are supported
test_skip = "*-macosx_arm64 *-macosx_universal2:arm64" # skip testing on arm because CIBW doesnt support it
[tool.cibuildwheel.windows]
archs = ["auto64"] # arm64 windows builds not yet supported