Skip to content

Commit

Permalink
update poetry py deps as py3.8 no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Oct 22, 2024
1 parent 478e859 commit cd52cde
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 @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "atlas_provider_sqlalchemy"}]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
typer = ">0.9.0,<=1.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cd52cde

Please sign in to comment.