Skip to content

Commit a3d015d

Browse files
orlitzkydimpase
authored andcommitted
build/pkgs/typing_extensions/install-requires.txt: skip if python >= 3.11
1 parent 2484223 commit a3d015d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# According to https://github.com/python/typing_extensions/blob/main/CHANGELOG.md,
22
# version 4.4.0 adds another Python 3.11 typing backport
3-
typing_extensions >= 4.4.0
3+
typing_extensions >= 4.4.0; python_version<'3.11'

0 commit comments

Comments
 (0)