We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa60ce0 commit 30baeeaCopy full SHA for 30baeea
1 file changed
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
]
10
description = "Faster CPython's benchmarking runner utilities"
11
readme = "README.md"
12
-requires-python = ">=3.10"
+requires-python = ">=3.11"
13
license = {text = "BSD-3-Clause"}
14
classifiers = [
15
"Programming Language :: Python :: 3",
@@ -21,7 +21,7 @@ dependencies = [
21
"rich-argparse==1.7.0",
22
"ruamel.yaml==0.18.10",
23
"scour==0.38.2",
24
- "tomli==2.0.1; python_version < '3.11'",
+ "tomli==2.0.1",
25
"wheel",
26
27
dynamic = ["version"]
0 commit comments