We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef693d commit 553e4e2Copy full SHA for 553e4e2
1 file changed
pyproject.toml
@@ -68,8 +68,8 @@ dependencies = [
68
"tomli; python_version<'3.11'",
69
]
70
optional-dependencies.dev = [
71
- "mypy==2.1.0",
72
- "tomli", # Needed even on 3.11+ for typechecking with mypy
+ "mypy==2.1",
+ "tomli", # Needed even on 3.11+ for typechecking with mypy
73
"tox",
74
75
urls = { Homepage = "https://github.com/python/pyperformance" }
0 commit comments