Skip to content

Commit

Permalink
Update pyproject to match less than 3.12,
Browse files Browse the repository at this point in the history
  • Loading branch information
kharigardner committed Jan 29, 2024
1 parent ed10c46 commit a49163e
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 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8, <=3.11"
python = "^3.8, <3.12"
httpx = "^0.25.1"
lazy = "^1.6"

Expand Down

0 comments on commit a49163e

Please sign in to comment.