Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
feat: Limit Python version to less than 3.9
Browse files Browse the repository at this point in the history
Pylint does not yet support 3.9
<pylint-dev/pylint#3890 (comment)>.
  • Loading branch information
l0b0 committed Dec 3, 2020
1 parent a008efe commit 272d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -24,7 +24,7 @@ authors = [
license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.6,<3.9"
"aws-cdk.aws-s3" = {version="*", optional=true}
"aws-cdk.aws-iam" = {version="*", optional=true}
"aws-cdk.aws-dynamodb" = {version="*", optional=true}
Expand Down

0 comments on commit 272d4a8

Please sign in to comment.