blob: a9088750cb58b1e8997b899b4adb31b734758559 [file] [log] [blame] [edit]
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")