Skip to content

Commit 689dd2b

Browse files
build(pyproject): update required Python version to 3.10
1 parent 584c7f7 commit 689dd2b

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
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "Python CLI Template"
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)