7 lines
210 B
INI
7 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")
|