#!/bin/sh

set -e

py=$(py3versions -d)

cd "$AUTOPKGTEST_TMP"
echo "Testing with $py:"
$py -c "import lief; print(lief)"

