Description
Minimum supported Python versions can be detected by scanning source code for syntax and feature usage. This command-line tool helps maintainers decide compatibility metadata and test targets for Python projects.
It reads project files and reports version requirements; it does not rewrite code. Generated compatibility results should be checked against real tests before changing package metadata.