Skip to content

Commit f0227cb

Browse files
committed
Restrict plone-stubs to Python >= 3.12
1 parent ff47483 commit f0227cb

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
@@ -46,7 +46,7 @@ dependencies = [
4646

4747
[project.optional-dependencies]
4848
test = [
49-
"plone-stubs",
49+
"plone-stubs; python_version >= '3.12'",
5050
"pytest-cov",
5151
"pytest-xdist",
5252
"mypy>=1.15.0",

0 commit comments

Comments
 (0)