mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +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]
|
[tool.cibuildwheel]
|
||||||
build = "*"
|
build = "*"
|
||||||
skip = "pp* cp36* cp37* cp38*"
|
skip = "pp* cp36* cp37* cp38* *-win32"
|
||||||
test-skip = ""
|
test-skip = ""
|
||||||
free-threaded-support = false
|
free-threaded-support = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user