mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-19 09:16:01 +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]
|
[tool.cibuildwheel]
|
||||||
build = "*"
|
build = "*"
|
||||||
skip = "cp39* *-win32 *i686* cp3??t-*"
|
skip = "cp39* *-win32 *i686* cp3??t-* *cp310-win_arm64"
|
||||||
test-skip = ""
|
test-skip = ""
|
||||||
|
|
||||||
archs = ["native"]
|
archs = ["native"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user