mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Skip 32-bit windows builds
This commit is contained in:
parent
c1b794ab5c
commit
f2726aab61
|
@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[tool.cibuildwheel]
|
||||
build = "*"
|
||||
skip = "pp* cp36* cp37* cp38*"
|
||||
skip = "pp* cp36* cp37* cp38* *-win32"
|
||||
test-skip = ""
|
||||
free-threaded-support = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user