Skip to content

Commit a45e069

Browse files
committed
Update pytest version constraint to <10
1 parent f38a0fe commit a45e069

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
@@ -50,7 +50,7 @@ typing = [
5050
"scipy-stubs; python_version>='3.10'",
5151
]
5252
test = [
53-
"pytest>=7,<9",
53+
"pytest>=7,<10",
5454
"pytest-cov",
5555
"fronts[examples]",
5656
]

0 commit comments

Comments
 (0)