#!/usr/bin/make -f
export PYBUILD_DISABLE=python3.13
export PYBUILD_TEST_ARGS=--no-cov
%:
	dh $@ --buildsystem=pybuild
