Skip to content

Commit

Permalink
Update contributing guideline of support Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Jul 24, 2024
1 parent 34a2c38 commit 3fbf20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The design policy of `pip-licenses` is as follows.

* Focus only on outputting license information of Python packages installed in user's environment.
* Support Python 3.8 or later.
* Support Python 3.9 or later.
* External packages that depend on runtime are [prettytable](https://pypi.org/project/prettytable/) and [tomli](https://pypi.org/project/tomli/) only.
* Expect to be able to use [importlib\_metadata](https://importlib_metadata.readthedocs.io/) APIs.

Expand Down

0 comments on commit 3fbf20f

Please sign in to comment.