Skip to content

Commit

Permalink
Enabled it to work with python 3.11.* (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rberger authored Feb 13, 2023
1 parent a58f123 commit 47973a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/lucasvieirasilva/aws-codeartifact-poetry"
aws-codeartifact-poetry = "aws_codeartifact_poetry.cli:cli"

[tool.poetry.dependencies]
python = ">=3.8,<=3.10"
python = ">=3.8,<3.12"
boto3 = "1.20.5"
click = "^8.0.3"
toml = "^0.10.2"
Expand Down

0 comments on commit 47973a6

Please sign in to comment.