9 lines
163 B
Python
Raw Normal View History

2022-09-17 16:26:13 +04:00
import warnings
warnings.warn(
"lib2to3 package is deprecated and may not be able to parse Python 3.10+",
PendingDeprecationWarning,
stacklevel=2,
)