#!/usr/bin/make -f

%:
	PYBUILD_DISABLE="test/python3.8" dh $@ --with python3 --buildsystem=pybuild --disable test
