Added
- `--python` flag now accepts options `default`, `all`, `lowest`, and `highest`.
`default` sets python to value found in `.python-version` file in current
directory. Other options extract values entries of form
`"Programming Language :: Python :: 3.10"'`, etc,from
`pyproject.toml:project.classifiers` table.
- `all`: All specified python version
- `lowest`: Lowest python version
- `highest`: Highest python version
- Added `--reqs-ext` and `--yaml-ext` options.