Skip to content

Commit

Permalink
Add support for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Martinez committed Sep 5, 2023
1 parent 8ccd3c8 commit 6fd9849
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 @@ -27,7 +27,7 @@ packages = [{ include = "aws_pi_reports" }]
aws-pi-reports = "aws_pi_reports.main:app"

[tool.poetry.dependencies]
python = ">= 3.9, <= 3.11"
python = ">= 3.9, < 3.12"
boto3 = "~=1.28.40"
typer = { extras = ["all"], version = "~=0.9.0" }
sshtunnel = "~=0.4.0"
Expand Down

0 comments on commit 6fd9849

Please sign in to comment.