Skip to content

Commit d7464fc

Browse files
committed
ci: exclude broken hypothesis 6.161.7 (no cp313 wheels)
1 parent 8bee257 commit d7464fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"python-decouple>=3.8",
4646
"pytest>=9.1.1",
4747
"pytest-cov>=7.1.0",
48-
"hypothesis>=6.161.6",
48+
"hypothesis>=6.161.6,!=6.161.7", # 6.161.7 ships no cp313 wheels
4949
"mypy>=2.3.0",
5050
"types-requests>=2.33.0.20260712",
5151
"requests-mock>=1.12.1",

0 commit comments

Comments
 (0)