This commit is contained in:
Anthony Sottile 2025-03-29 15:39:58 -04:00
parent e492aeb385
commit 9d55ccdb72
22 changed files with 64 additions and 78 deletions

View file

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