Skip to content

Commit be0458d

Browse files
committed
fix: python min version
1 parent 10cc7ec commit be0458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
]
1515

1616
[tool.poetry.dependencies]
17-
python = "^3.8.1"
17+
python = ">= 3.8.1"
1818
urllib3 = ">= 1.25.3"
1919
aiohttp = ">= 3.9.2"
2020
requests = ">=2.32.3"

0 commit comments

Comments
 (0)