Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Avrahami committed Feb 7, 2024
1 parent ac3ea2c commit dc4b713
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
typing-extensions = [
# used for TypeAlias
{version="<4.8.0", python=">=3.7, <3.8"},
{version="*", python=">=3.8, <3.10"},
# after 3.10, TypeAlias is built-in
{version="*", python=">=3.8"},
]

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

0 comments on commit dc4b713

Please sign in to comment.