Skip to content

Commit 0a5e1c3

Browse files
committed
support python>=3.9 in pyproject
1 parent 0b45274 commit 0a5e1c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88

99
description = "Python package to handle probe layout, geometry and wiring to device."
1010
readme = "README.md"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)