Skip to content

Commit

Permalink
fix: we still support py38
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Sep 19, 2023
1 parent 2e8943e commit e4d087d
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 @@ packages = [


[tool.poetry.dependencies]
python = ">=3.9.0, <4.0"
python = ">=3.8.0, <4.0"
pydantic = "^2.0"
appdirs = "^1.4.4"
gql = {extras = ["requests", "websockets"], version = "^3.3.0"}
Expand Down

0 comments on commit e4d087d

Please sign in to comment.