Skip to content

Commit 2606596

Browse files
chore(governance): Adding restriction to Python 3.10
1 parent bb1eda7 commit 2606596

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
@@ -20,7 +20,7 @@ keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "pow
2020
license = "MIT-0"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.6.2"
23+
python = "^3.6.2, < 3.10"
2424
aws-xray-sdk = "^2.8.0"
2525
fastjsonschema = "^2.14.5"
2626
boto3 = "^1.18"

0 commit comments

Comments
 (0)