#!/bin/bash

set -ue

for python in $(py3versions --supported); do
   $python debian/tests/smoke-test.py
done
