Skip to content

Commit 491f535

Browse files
committed
pyproject.toml: require python >= 3.10
1 parent 5c6009e commit 491f535

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,12 +7,12 @@ authors = [
77
]
88
readme = "README.md"
99
dependencies = [
10-
"python (>=3.12)",
1110
"python-debian (>=1.0.1)",
1211
"requests (>=2.32.5)",
1312
"distro-info (>=1.0)",
1413
"launchpadlib (>=2.1.0)",
1514
]
15+
requires-python = ">=3.10"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
black = "^26.1.0"

0 commit comments

Comments
 (0)