Skip to content

Commit 2484223

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

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://pypi.org/project/importlib-resources/,
22
# version 5.7 provides the features of Python 3.11 importlib.resources
3-
importlib_resources >= 5.7
3+
importlib_resources >= 5.7; python_version<'3.11'

0 commit comments

Comments
 (0)