#!/usr/bin/env python import sys import pypi_pkg_test import there print(sys.version_info) assert sys.version_info[:2] == (3, 6)