Skip to content

Commit ae75dc5

Browse files
committed
ci: skip py313 wheel
1 parent 0b1669e commit ae75dc5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
steps:
6464
- uses: actions/download-artifact@v4
6565
with:
66-
name: artifact
6766
pattern: cibw-*
6867
path: dist
6968
merge-multiple: true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ skip = [
417417
"*-musllinux*", # Skip slow Linux
418418
"*-manylinux_ppc64le", # Skip slow Linux
419419
"*-manylinux_s390x", # Skip slow Linux
420+
"*p313-*", # skip 3.13 for now (spacy build issue): users will have to build it on their own
420421
]
421422

422423
before-test = 'pip install pytest "urllib3<2"'

0 commit comments

Comments
 (0)