Release 6.1.0

This commit is contained in:
Anthony Sottile 2023-07-29 15:04:17 -04:00
parent 354f873f8a
commit 7ef0350a43
4 changed files with 26 additions and 3 deletions

View file

@ -81,9 +81,9 @@ for users.
Before releasing, the following tox test environments must pass:
- Python 3.6 (a.k.a., ``tox -e py36``)
- Python 3.8 (a.k.a., ``tox -e py38``)
- Python 3.7 (a.k.a., ``tox -e py37``)
- Python 3.12 (a.k.a., ``tox -e py312``)
- PyPy 3 (a.k.a., ``tox -e pypy3``)