Skip to content

Commit 3d81648

Browse files
committed
Bump minimum deps to be compatible with Python3.12
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2cc2d10 commit 3d81648

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
@@ -37,7 +37,7 @@ classifiers = [
3737
"Typing :: Typed",
3838
]
3939
requires-python = ">= 3.11, < 4"
40-
dependencies = ["typing-extensions >= 4.5.0, < 5"]
40+
dependencies = ["typing-extensions >= 4.6.0, < 5"]
4141
dynamic = ["version"]
4242

4343
[[project.authors]]

0 commit comments

Comments
 (0)