diff options
| author | Bert JW Regeer <xistence@0x58.com> | 2022-02-05 20:27:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-05 20:27:06 -0700 |
| commit | e4903821cdc3643e51417b0e114f64c90455f894 (patch) | |
| tree | 7a4c3a6a686af85b7f9a5a6706a7bbdc926b4027 /docs/quick_tutorial/requirements.rst | |
| parent | e9b1cab2d99516352d8b7692c0b0c2fb8a81d221 (diff) | |
| parent | f6806a7dcad98534f80b4e8092817b15c27a898e (diff) | |
| download | pyramid-e4903821cdc3643e51417b0e114f64c90455f894.tar.gz pyramid-e4903821cdc3643e51417b0e114f64c90455f894.tar.bz2 pyramid-e4903821cdc3643e51417b0e114f64c90455f894.zip | |
Merge pull request #3694 from Pylons/cleanup/py36
Cleanup remnants of Py3.6 support
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 901f6134d..5f5c0b10b 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -19,7 +19,7 @@ virtual environment.) This *Quick Tutorial* is based on: -* **Python 3.8**. Pyramid fully supports Python 3.6+. +* **Python 3.8**. Pyramid fully supports Python 3.7+. This tutorial uses **Python 3.8**. * **venv**. We believe in virtual environments. |
