Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: skip py313 wheel
Browse files Browse the repository at this point in the history
percevalw committed Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0b1669e commit ae75dc5
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
@@ -63,7 +63,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"'

0 comments on commit ae75dc5

Please sign in to comment.