mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-21 18:26:05 +03:00
Try again to skip windows arm
This commit is contained in:
parent
75f1160c8c
commit
160d72852e
|
|
@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
build = "*"
|
build = "*"
|
||||||
skip = "cp39* *-win32 *i686* cp3??t-* *win-arm*"
|
skip = "cp39* *-win32 *i686* cp3??t-* *win*arm*"
|
||||||
test-skip = ""
|
test-skip = ""
|
||||||
|
|
||||||
archs = ["native"]
|
archs = ["native"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user