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 eaa85d9
Showing 1 changed file with 1 addition and 0 deletions.
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 eaa85d9

Please sign in to comment.