Skip to content

Commit 18321c7

Browse files
committed
Update minimum python version to 3.11.
1 parent 2a27c93 commit 18321c7

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
@@ -7,7 +7,7 @@ authors = [
77
{name = "Xinxian Tian", email = "cicitian887@gmail.com"}
88
]
99
readme = "README.md"
10-
requires-python = ">=3.10, <3.14"
10+
requires-python = ">=3.11, <3.14"
1111

1212
dependencies = [
1313
"opencv-python>=4.0",

0 commit comments

Comments
 (0)