bolt/deps/llvm-18.1.8/llvm/utils/mlgo-utils/tests/lit.local.cfg
2025-02-14 19:21:04 +01:00

6 lines
210 B
INI

import sys
# TODO(boomanaiden154): Remove this flag once the minimum Python version for
# the entire project has been bumped to 3.8.
if sys.version_info > (3,8):
config.available_features.add("python-38")