#!/bin/sh

set -efu

for py in $(py3versions -s); do
    $py -c "import topplot_; print(topplot_)"
done
