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 4, 2020
1 parent 3293389 commit 4dab608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 4dab608

Please sign in to comment.