mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-18 16:56:07 +03:00
Skip Python 3.10 on Windows ARM
This commit is contained in:
parent
f628c69bdb
commit
e7a662acf8
|
|
@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[tool.cibuildwheel]
|
||||
build = "*"
|
||||
skip = "cp39* *-win32 *i686* cp3??t-*"
|
||||
skip = "cp39* *-win32 *i686* cp3??t-* *cp310-win_arm64"
|
||||
test-skip = ""
|
||||
|
||||
archs = ["native"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user