Skip to content

Commit 541cfc6

Browse files
committed
Correct python version qualifier for typing-extensions.
1 parent 4e1f500 commit 541cfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"rich",
3232
"sqlalchemy>=2",
3333
'tomli>=1; python_version < "3.11"',
34-
'typing-extensions; python_version < "3.9"',
34+
'typing-extensions; python_version < "3.11"',
3535
"universal-pathlib>=0.2.2",
3636
]
3737

0 commit comments

Comments
 (0)