Skip to content

Commit 4721912

Browse files
committed
fix pyproject to include py3.10
Signed-off-by: Jack Luar <[email protected]>
1 parent 1b404a2 commit 4721912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "autotuner"
33
version = "0.0.1"
4-
requires-python = ">=3.8, <=3.10"
4+
requires-python = ">=3.8, <3.11"
55
description = "This project provides a set of tools for tuning OpenROAD-flow-scripts parameter without user interference."
66
classifiers = [
77
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)