We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1669e commit ae75dc5Copy full SHA for ae75dc5
.github/workflows/release.yml
@@ -63,7 +63,6 @@ jobs:
63
steps:
64
- uses: actions/download-artifact@v4
65
with:
66
- name: artifact
67
pattern: cibw-*
68
path: dist
69
merge-multiple: true
pyproject.toml
@@ -417,6 +417,7 @@ skip = [
417
"*-musllinux*", # Skip slow Linux
418
"*-manylinux_ppc64le", # Skip slow Linux
419
"*-manylinux_s390x", # Skip slow Linux
420
+ "*p313-*", # skip 3.13 for now (spacy build issue): users will have to build it on their own
421
]
422
423
before-test = 'pip install pytest "urllib3<2"'
0 commit comments