mirror of https://github.com/explosion/spaCy.git
Try skipping 686
This commit is contained in:
parent
a0ce61f55a
commit
3a635d2c94
|
@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
build = "*"
|
build = "*"
|
||||||
skip = "pp* cp36* cp37* cp38* *-win32"
|
skip = "pp* cp36* cp37* cp38* *-win32 *i686*"
|
||||||
test-skip = ""
|
test-skip = ""
|
||||||
free-threaded-support = false
|
free-threaded-support = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue