Skip to content

Commit dee4fab

Browse files
committed
fix: python version range
Signed-off-by: heitorlessa <[email protected]>
1 parent 354e624 commit dee4fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "pow
1818
license = "MIT-0"
1919

2020
[tool.poetry.dependencies]
21-
python = "^3.8"
21+
python = ">=3.6"
2222
aws-xray-sdk = "~=2.5.0"
2323
fastjsonschema = "~=2.14.4"
2424

0 commit comments

Comments
 (0)