Skip to content

Commit 62b0fac

Browse files
committed
Drop py3.6 support
1 parent 6a3acc9 commit 62b0fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "peakrdl-systemrdl"
77
dynamic = ["version"]
8-
requires-python = ">=3.6"
8+
requires-python = ">=3.7"
99
dependencies = [
1010
"systemrdl-compiler >= 1.25.1, < 2",
1111
]

0 commit comments

Comments
 (0)