Skip to content

Commit

Permalink
README: Remove limitations for Python analyzer
Browse files Browse the repository at this point in the history
Ticket linked with limitations[1] has been closed as Python
version is now configurable.

[1]: #3671

Signed-off-by: Thomas Steenbergen <[email protected]>
  • Loading branch information
tsteenbe committed Dec 12, 2022
1 parent eaa9c91 commit 443db71
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,9 @@ supported:
* PHP
* [Composer](https://getcomposer.org/)
* Python
* [PIP](https://pip.pypa.io/) (limitations:
[Python 2.7 or 3.8 and PIP 18.1 only](https://github.com/oss-review-toolkit/ort/issues/3671))
* [Pipenv](https://pipenv.pypa.io/en/latest/) (limitations:
[Python 2.7 or 3.8 and PIP 18.1 only](https://github.com/oss-review-toolkit/ort/issues/3671))
* [Poetry](https://python-poetry.org/) (limitations:
[Python 2.7 or 3.8 and PIP 18.1 only](https://github.com/oss-review-toolkit/ort/issues/3671))
* [PIP](https://pip.pypa.io/)
* [Pipenv](https://pipenv.pypa.io/en/latest/)
* [Poetry](https://python-poetry.org/)
* Ruby
* [Bundler](https://bundler.io/) (limitations:
[restricted to the version available on the host](https://github.com/oss-review-toolkit/ort/issues/1308))
Expand Down

0 comments on commit 443db71

Please sign in to comment.