1 from __future__
import annotations
5 if sys.version_info < (3, 7):
6 msg =
"pybind11 does not support Python < 3.7. v2.12 was the last release supporting Python 3.6."
10 from ._version
import __version__, version_info
11 from .commands
import get_cmake_dir, get_include, get_pkgconfig_dir