Automatically detect python versions

Instead of throwing a warning in the github action like this:

Your code is analyzed as compatible with all Python 3 versions by default. You can get a more precise analysis by setting the exact Python version in your configuration via the parameter "sonar.python.version"```

Why not automatically pick up any pyproject.toml files and get the requires-python configuration?