Update README for tested Python versions (#178)

This commit is contained in:
Alex Tomkins 2022-10-30 22:36:25 +00:00 committed by GitHub
parent afee11107b
commit 1fed5d4928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -18,10 +18,7 @@ To some extent, `pipdeptree` is inspired by the `lein deps :tree` command of [Le
pip install pipdeptree
```
pipdeptree has been tested with Python versions `2.7`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9` as well as `pypy2` and `pypy3`.
Python `2.6` is way past it\'s end of life but if you ever find yourself stuck on a legacy environment, version `0.9.0`
_might_ work.
pipdeptree has been tested with Python versions `3.7`, `3.8`, `3.9` and `3.10`.
## Running in virtualenvs