We are using quite a few features in our code that are only available in Python 3.10 but our Debian packaging files don't reflect it. Someone trying to build the package on a stock Debian with older Python or in an outdated Docker image will see syntax error at build time.
It's better to specify it explicitly.