diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-22 11:18:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-22 11:18:03 -0700 |
| commit | 943fc924ef5864d04ec4b8eb6c94761763976ae6 (patch) | |
| tree | 4c902c1af968728b0a27918f5c793d3d814aea5b /docs/quick_tutorial | |
| parent | f1cea823ada61213be36007b888534558e215f86 (diff) | |
| parent | 1c44d2b9032dc145140cfc74f1a97d316931244b (diff) | |
| download | pyramid-943fc924ef5864d04ec4b8eb6c94761763976ae6.tar.gz pyramid-943fc924ef5864d04ec4b8eb6c94761763976ae6.tar.bz2 pyramid-943fc924ef5864d04ec4b8eb6c94761763976ae6.zip | |
Merge pull request #3333 from stevepiercy/python-version-bump
Add support for Python 3.7 and 3.8 with allowed failure of 3.8
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 08ea93cb2..a74c07673 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -19,11 +19,11 @@ virtual environment.) This *Quick Tutorial* is based on: -* **Python 3.6**. Pyramid fully supports Python 3.4+ and Python 2.7+. This - tutorial uses **Python 3.6** but runs fine under Python 2.7. +* **Python 3.7**. Pyramid fully supports Python 3.4+ and Python 2.7+. This + tutorial uses **Python 3.7** but runs fine under Python 2.7. * **venv**. We believe in virtual environments. For this tutorial, we use - Python 3.6's built-in solution :term:`venv`. For Python 2.7, you can install + Python 3's built-in solution :term:`venv`. For Python 2.7, you can install :term:`virtualenv`. * **pip**. We use :term:`pip` for package management. |
