mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Build for musl linux for platforms supported by Pillow
Specifically x64 for cpython 3.8-3.10
This commit is contained in:
parent
7dfefa3007
commit
dac7f07db4
@ -56,7 +56,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
|
|||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
build = "cp{37,38,39,310}-*"
|
build = "cp{37,38,39,310}-*"
|
||||||
skip = ["*musl*"]
|
skip = ["*cp37-musllinux*", "*musllinux_aarch64*"]
|
||||||
test-command = "python -m unittest --verbose"
|
test-command = "python -m unittest --verbose"
|
||||||
test-extras = ["tests"]
|
test-extras = ["tests"]
|
||||||
manylinux-x86_64-image = "manylinux2014"
|
manylinux-x86_64-image = "manylinux2014"
|
||||||
|
Loading…
Reference in New Issue
Block a user