Skip to content

Commit

Permalink
ci: skip py313 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Oct 10, 2024
1 parent 0b1669e commit ae75dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ skip = [
"*-musllinux*", # Skip slow Linux
"*-manylinux_ppc64le", # Skip slow Linux
"*-manylinux_s390x", # Skip slow Linux
"*p313-*", # skip 3.13 for now (spacy build issue): users will have to build it on their own
]

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

0 comments on commit ae75dc5

Please sign in to comment.