some manual python2 metadata cleanup

This commit is contained in:
Anthony Sottile 2021-03-29 17:29:36 -07:00
parent 55f29c636f
commit 8cc3fc01e8
13 changed files with 14 additions and 79 deletions

View file

@ -81,13 +81,11 @@ for users.
Before releasing, the following tox test environments must pass:
- Python 2.7 (a.k.a., ``tox -e py27``)
- Python 3.6 (a.k.a., ``tox -e py36``)
- Python 3.7 (a.k.a., ``tox -e py37``)
- PyPy (a.k.a., ``tox -e pypy``)
- PyPy 3 (a.k.a., ``tox -e pypy3``)
- Linters (a.k.a., ``tox -e linters``)