diff options
| author | Anthony Sottile <asottile@umich.edu> | 2018-10-23 20:39:10 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2018-10-23 20:42:45 -0700 |
| commit | b6bd3a8ddd88dd29a94b5fa8a6634e5dffe7a711 (patch) | |
| tree | 0d3bd91376f7d60f1ee4b65b90d14fd63652bafc /docs/source/internal | |
| parent | 0115fedbded6881ac320e878290595e57b44c17e (diff) | |
| download | flake8-b6bd3a8ddd88dd29a94b5fa8a6634e5dffe7a711.tar.gz | |
Release v3.6.03.6.0
Diffstat (limited to 'docs/source/internal')
| -rw-r--r-- | docs/source/internal/releases.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/internal/releases.rst b/docs/source/internal/releases.rst index a624930..f200f49 100644 --- a/docs/source/internal/releases.rst +++ b/docs/source/internal/releases.rst @@ -83,9 +83,9 @@ Before releasing, the following tox test environments must pass: - Python 2.7 (a.k.a., ``tox -e py27``) -- Python 3.4 (a.k.a., ``tox -e py34``) +- Python 3.6 (a.k.a., ``tox -e py36``) -- Python 3.5 (a.k.a., ``tox -e py35``) +- Python 3.7 (a.k.a., ``tox -e py37``) - PyPy (a.k.a., ``tox -e pypy``) |
