summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-01-28 23:09:14 -0700
committerGitHub <noreply@github.com>2024-01-28 23:09:14 -0700
commit3d640f43403d7ed8b796d4c825886f591afee5a1 (patch)
treed894e5e10faa1b8c2f5f875ac79ba6ea09d5f9ec /docs/quick_tutorial/requirements.rst
parente77b72dc3a0890911514ad8aab8c8bf26c4591d0 (diff)
parent264f5ce2329f6eb8011cdf5ccec85b136848b1da (diff)
downloadpyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.tar.gz
pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.tar.bz2
pyramid-3d640f43403d7ed8b796d4c825886f591afee5a1.zip
Merge pull request #3744 from Pylons/drop-py37
drop support for python 3.7 which EOL'd in 2023
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 5f5c0b10b..a8531dfc5 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -19,8 +19,8 @@ virtual environment.)
This *Quick Tutorial* is based on:
-* **Python 3.8**. Pyramid fully supports Python 3.7+.
- This tutorial uses **Python 3.8**.
+* **Python 3.8**. Pyramid fully supports Python 3.8+.
+ This tutorial has been tested with **Python 3.8**.
* **venv**. We believe in virtual environments.
For this tutorial, we use Python 3's built-in solution :term:`venv`.