Skip to content

Commit 4573d4f

Browse files
committed
pyproject.toml: Minimum python version 3.6 to 3.8
1 parent b7ff2a8 commit 4573d4f

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
@@ -47,7 +47,7 @@ packages = [
4747
[tool.poetry.dependencies]
4848
# Production dependencies.
4949
# Version syntax: https://python-poetry.org/docs/dependency-specification/
50-
python = "^3.6.0"
50+
python = ">=3.8.0"
5151
aiohttp = "^3"
5252
asgiref = "^3"
5353
backports-datetime-fromisoformat = {version = "^1", python = "~3.6"}

0 commit comments

Comments
 (0)