Skip to content

Commit a6adbcf

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

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-metadata/,
22
# 4.13 provides the features of Python 3.11 importlib.metadata
3-
importlib_metadata >=4.13
3+
importlib_metadata >=4.13; python_version<'3.11'

0 commit comments

Comments
 (0)