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/tutorials | |
| 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/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 71fd0a957..7f914267f 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -111,7 +111,7 @@ Python 2.7: c:\Python27\Scripts\virtualenv %VENV% -Python 3.6: +Python 3.7: .. code-block:: doscon diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 1fa7e21d7..5f2c6d44e 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -123,7 +123,7 @@ Python 2.7: c:\Python27\Scripts\virtualenv %VENV% -Python 3.6: +Python 3.7: .. code-block:: doscon |
