Skip to content

Commit 30baeea

Browse files
committed
Update minimum Python version
1 parent aa60ce0 commit 30baeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "Faster CPython's benchmarking runner utilities"
1111
readme = "README.md"
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.11"
1313
license = {text = "BSD-3-Clause"}
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
@@ -21,7 +21,7 @@ dependencies = [
2121
"rich-argparse==1.7.0",
2222
"ruamel.yaml==0.18.10",
2323
"scour==0.38.2",
24-
"tomli==2.0.1; python_version < '3.11'",
24+
"tomli==2.0.1",
2525
"wheel",
2626
]
2727
dynamic = ["version"]

0 commit comments

Comments
 (0)