Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(package-managers/python)!: Support Python 3.11
Add "3.11" to the list of python versions which ORT allows to pass to `python-inspector` via the `-p` option. Doing so leads to a successful analysis of python projects which require python version 3.11. This also work for any analysis triggered from `Poetry.kt` via the approch to generate the `requirements` file from `pyproject.toml`. In particular, this works without upgrading the installed python verison to `3.11` The change is breaking, because also the default Python version is changed to 3.11. For analyzing Python projects targeting 3.10 the Python version as of now must be explicitly specified. Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information